Skip to content

Commit d9e86c9

Browse files
committed
Fix internal versions.
1 parent 659b2aa commit d9e86c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tm4c123x-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ default-features = false
3737

3838
[dependencies.tm4c-hal]
3939
path = "../tm4c-hal"
40-
version = "0.2.3"
40+
version = "0.3.0"
4141

4242
[features]
4343
rt = ["tm4c123x/rt"]

tm4c129x-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ version = "1.0"
3232
default-features = false
3333

3434
[dependencies.tm4c-hal]
35+
version = "0.3.0"
3536
path = "../tm4c-hal"
36-
version = "0.2.3"
3737

3838
[features]
3939
rt = ["tm4c129x/rt"]

0 commit comments

Comments
 (0)