Skip to content

Commit

Permalink
chore: use released crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Lilleengen committed Nov 28, 2022
1 parent af5ea2f commit 89aeafd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ members = [
"macros",
]
resolver = "2"

[patch.crates-io]
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", tag = "embassy-time-v0.1.0" }
embassy-time = { git = "https://github.com/embassy-rs/embassy.git", tag = "embassy-time-v0.1.0" }
embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", tag = "embassy-time-v0.1.0" }
2 changes: 1 addition & 1 deletion ector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [".github"]
doctest = false

[dependencies]
embassy-executor = { version = "0.1.0", default-features = false, features = ["nightly"] }
embassy-executor = { version = "0.1.1", default-features = false, features = ["nightly"] }
embassy-sync = { version = "0.1.0", default-features = false, features = ["nightly"] }
atomic-polyfill = "1"

Expand Down

0 comments on commit 89aeafd

Please sign in to comment.