mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 04:51:31 +11:00
Merge pull request #231 from ithinuel/bump-embassy
Bump embassy's dependencies
This commit is contained in:
commit
539f6db0f7
|
@ -22,14 +22,14 @@ futures = { version = "0.3", default-features = false, optional = true }
|
|||
|
||||
[dependencies.embassy]
|
||||
git = "https://github.com/embassy-rs/embassy"
|
||||
rev = "a8797f84f69b7668a3f89b6cba3e39bce5649079"
|
||||
rev = "6d6e6f55b8a9ecd38b5a6d3bb11f74b2654afdeb"
|
||||
optional = true
|
||||
|
||||
# namespaced features will let use use "dep:embassy-traits" in the features rather than using this
|
||||
# trick of renaming the crate.
|
||||
[dependencies.embassy_traits]
|
||||
git = "https://github.com/embassy-rs/embassy"
|
||||
rev = "a8797f84f69b7668a3f89b6cba3e39bce5649079"
|
||||
rev = "6d6e6f55b8a9ecd38b5a6d3bb11f74b2654afdeb"
|
||||
package = "embassy-traits"
|
||||
optional = true
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ chrono = { version = "0.4", default-features = false, optional = true }
|
|||
# trick of renaming the crate.
|
||||
[dependencies.embassy_traits]
|
||||
git = "https://github.com/embassy-rs/embassy"
|
||||
rev = "3dcf899babff5b735b1f1a5a99a9005ce06f517f"
|
||||
rev = "6d6e6f55b8a9ecd38b5a6d3bb11f74b2654afdeb"
|
||||
package = "embassy-traits"
|
||||
optional = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue