Skip to content

Commit 7186258

Browse files
authored
Merge pull request #22 from thejpster/bump_cortexm
Package version updates:
2 parents e2a6085 + d9e86c9 commit 7186258

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

examples/tiva-c-connected-launchpad/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name = "tiva-c-connected-launchpad"
88
version = "0.1.0"
99

1010
[dependencies]
11-
cortex-m = "0.5.8"
12-
cortex-m-rt = "0.6.5"
11+
cortex-m = "0.6"
12+
cortex-m-rt = "0.6"
1313
cortex-m-semihosting = "0.3.2"
1414
panic-halt = "0.2.0"
1515

examples/tiva-c-launchpad/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ name = "tiva-c-launchpad"
88
version = "0.1.0"
99

1010
[dependencies]
11-
cortex-m = "0.5.8"
12-
cortex-m-rt = "0.6.5"
11+
cortex-m = "0.6"
12+
cortex-m-rt = "0.6"
1313
cortex-m-semihosting = "0.3.2"
1414
panic-halt = "0.2.0"
1515

tm4c-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 = "tm4c-hal"
3-
version = "0.2.3"
3+
version = "0.3.0"
44
authors = [
55
"Jorge Aparicio <[email protected]>",
66
"Jonathan 'theJPster' Pallant <[email protected]>",
@@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
1414
edition = "2018"
1515

1616
[dependencies]
17-
cortex-m = "0.5"
17+
cortex-m = "0.6"
1818

1919
[dependencies.embedded-hal]
2020
version = "0.2.2"

tm4c123x-hal/Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tm4c123x-hal"
3-
version = "0.9.2"
3+
version = "0.10.0"
44
authors = [
55
"Jorge Aparicio <[email protected]>",
66
"Jonathan 'theJPster' Pallant <[email protected]>",
@@ -19,7 +19,7 @@ version = "0.2.2"
1919
default-features = false
2020

2121
[dependencies.cortex-m]
22-
version = "0.5.2"
22+
version = "0.6"
2323

2424
[dependencies.embedded-hal]
2525
version = "0.2.2"
@@ -29,16 +29,15 @@ features = ["unproven"]
2929
version = "0.1"
3030

3131
[dependencies.tm4c123x]
32-
version = "0.7"
33-
# path = "../dslite2svd/crates/tm4c123x"
32+
version = "0.9"
3433

3534
[dependencies.void]
3635
version = "1.0"
3736
default-features = false
3837

3938
[dependencies.tm4c-hal]
4039
path = "../tm4c-hal"
41-
version = "0.2.3"
40+
version = "0.3.0"
4241

4342
[features]
4443
rt = ["tm4c123x/rt"]

tm4c129x-hal/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tm4c129x-hal"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
authors = [
55
"Jorge Aparicio <[email protected]>",
66
"Jonathan 'theJPster' Pallant <[email protected]>",
@@ -15,9 +15,9 @@ repository = "https://github.com/thejpster/tm4c-hal/tm4c129x-hal"
1515
edition = "2018"
1616

1717
[dependencies]
18-
cortex-m = "0.5"
18+
cortex-m = "0.6"
1919
nb = "0.1"
20-
tm4c129x = "0.7"
20+
tm4c129x = "0.9"
2121

2222
[dependencies.cast]
2323
version = "0.2"
@@ -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)