Skip to content

Commit 4fbe1be

Browse files
authored
Merge pull request #3752 from embassy-rs/embassy-stm32-release-v0.2
Update stm32-metapac, actually release embassy-stm32 v0.2.0
2 parents 5a04b9f + 793eb72 commit 4fbe1be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

embassy-stm32/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ futures-util = { version = "0.3.30", default-features = false }
7272
rand_core = "0.6.3"
7373
sdio-host = "0.5.0"
7474
critical-section = "1.1"
75-
#stm32-metapac = { version = "15" }
76-
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-db71f6aa03b7db26548b461d3844fc404d40c98c" }
75+
stm32-metapac = { version = "16" }
76+
#stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-db71f6aa03b7db26548b461d3844fc404d40c98c" }
7777

7878
vcell = "0.1.3"
7979
nb = "1.0.0"
@@ -101,8 +101,8 @@ proptest-state-machine = "0.3.0"
101101
proc-macro2 = "1.0.36"
102102
quote = "1.0.15"
103103

104-
#stm32-metapac = { version = "15", default-features = false, features = ["metadata"]}
105-
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-db71f6aa03b7db26548b461d3844fc404d40c98c", default-features = false, features = ["metadata"] }
104+
stm32-metapac = { version = "16", default-features = false, features = ["metadata"]}
105+
#stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-db71f6aa03b7db26548b461d3844fc404d40c98c", default-features = false, features = ["metadata"] }
106106

107107
[features]
108108
default = ["rt"]

0 commit comments

Comments
 (0)