Merge pull request #231 from ithinuel/bump-embassy

Bump embassy's dependencies
This commit is contained in:
Jonathan 'theJPster' Pallant 2021-12-05 18:03:03 +00:00 committed by GitHub
commit 539f6db0f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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