Skip to content

Commit 359ab74

Browse files
committed
Bump version of 123x.
1 parent c1da0f4 commit 359ab74

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.cargo/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
target = "thumbv7em-none-eabihf" # Cortex-M4F and Cortex-M7F (with FPU)

tm4c123x-hal/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tm4c123x-hal"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = [
55
"Jorge Aparicio <[email protected]>",
66
"Jonathan 'theJPster' Pallant <[email protected]>",
@@ -38,6 +38,7 @@ default-features = false
3838

3939
[dependencies.tm4c-hal]
4040
path = "../tm4c-hal"
41+
# version = "0.1"
4142

4243
[features]
4344
rt = ["tm4c123x/rt"]

tm4c129x-hal/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ default-features = false
3333

3434
[dependencies.tm4c-hal]
3535
path = "../tm4c-hal"
36+
# version = "0.1"
3637

3738
[features]
3839
rt = ["tm4c129x/rt"]

0 commit comments

Comments
 (0)