Skip to content

Commit

Permalink
Merge pull request #3752 from embassy-rs/embassy-stm32-release-v0.2
Browse files Browse the repository at this point in the history
Update stm32-metapac, actually release embassy-stm32 v0.2.0
  • Loading branch information
Dirbaio authored Jan 10, 2025
2 parents 5a04b9f + 793eb72 commit 4fbe1be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions embassy-stm32/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ futures-util = { version = "0.3.30", default-features = false }
rand_core = "0.6.3"
sdio-host = "0.5.0"
critical-section = "1.1"
#stm32-metapac = { version = "15" }
stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-db71f6aa03b7db26548b461d3844fc404d40c98c" }
stm32-metapac = { version = "16" }
#stm32-metapac = { git = "https://github.com/embassy-rs/stm32-data-generated", tag = "stm32-data-db71f6aa03b7db26548b461d3844fc404d40c98c" }

vcell = "0.1.3"
nb = "1.0.0"
Expand Down Expand Up @@ -101,8 +101,8 @@ proptest-state-machine = "0.3.0"
proc-macro2 = "1.0.36"
quote = "1.0.15"

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

[features]
default = ["rt"]
Expand Down

0 comments on commit 4fbe1be

Please sign in to comment.