Skip to content

Commit bae3a0a

Browse files
committed
Bump versions to 0.9.1 and 0.2.2
1 parent 290aae2 commit bae3a0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1"
3+
version = "0.2.2"
44
authors = [
55
"Jorge Aparicio <[email protected]>",
66
"Jonathan 'theJPster' Pallant <[email protected]>",

tm4c123x-hal/Cargo.toml

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

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

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

0 commit comments

Comments
 (0)