bump embassy's dependencies

This commit is contained in:
Wilfried Chauveau 2021-12-05 12:38:58 +00:00
parent 0e7abdc705
commit fee8881801
No known key found for this signature in database
GPG key ID: 0BC4C0B2B0879D6A
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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