Skip to content

Commit 1fe2cef

Browse files
committed
Version bumps all round.
1 parent 3bdef72 commit 1fe2cef

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

tm4c-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tm4c-hal"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = [
55
"Jorge Aparicio <[email protected]>",
66
"Jonathan 'theJPster' Pallant <[email protected]>",

tm4c123x-hal/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tm4c123x-hal"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
authors = [
55
"Jorge Aparicio <[email protected]>",
66
"Jonathan 'theJPster' Pallant <[email protected]>",
@@ -37,8 +37,8 @@ version = "1.0"
3737
default-features = false
3838

3939
[dependencies.tm4c-hal]
40-
# path = "../tm4c-hal"
41-
version = "0.2.2"
40+
path = "../tm4c-hal"
41+
version = "0.2.3"
4242

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

tm4c129x-hal/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tm4c129x-hal"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = [
55
"Jorge Aparicio <[email protected]>",
66
"Jonathan 'theJPster' Pallant <[email protected]>",
@@ -32,8 +32,8 @@ version = "1.0"
3232
default-features = false
3333

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

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

0 commit comments

Comments
 (0)