Skip to content

Commit bc04a46

Browse files
committed
Bump msp430 dependency to 0.4.0. Bump msp430-rt and msp430-rt-macros to 0.4.0.
1 parent e753ce3 commit bc04a46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ keywords = ["msp430", "runtime", "startup"]
1212
license = "MIT OR Apache-2.0"
1313
name = "msp430-rt"
1414
repository = "https://github.com/rust-embedded/msp430-rt"
15-
version = "0.3.1"
15+
version = "0.4.0"
1616

1717
[dependencies]
18-
msp430 = "0.3.0"
18+
msp430 = "0.4.0"
1919

2020
[dependencies.msp430-rt-macros]
21-
version = "=0.3.1"
21+
version = "=0.4.0"
2222
path = "macros"
2323

2424
[features]

macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["msp430", "runtime", "startup"]
77
license = "MIT OR Apache-2.0"
88
repository = "https://github.com/rust-embedded/msp430-rt"
99
name = "msp430-rt-macros"
10-
version = "0.3.1"
10+
version = "0.4.0"
1111
edition = "2018"
1212

1313
[lib]
@@ -27,7 +27,7 @@ features = ["extra-traits", "full"]
2727
version = "1.0.85"
2828

2929
[dev-dependencies]
30-
msp430 = "0.3.0"
30+
msp430 = "0.4.0"
3131

3232
[target.'cfg(not(target_os = "none"))'.dev-dependencies]
3333
trybuild = "1"

0 commit comments

Comments
 (0)