update release version in examples and other crates
This commit is contained in:
@ -8,9 +8,9 @@ license = "MIT OR Apache-2.0"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
embassy-sync = { version = "0.4.0", path = "../../embassy-sync", features = ["log"] }
|
||||
embassy-sync = { version = "0.5.0", path = "../../embassy-sync", features = ["log"] }
|
||||
embassy-executor = { version = "0.3.3", path = "../../embassy-executor", features = ["arch-wasm", "executor-thread", "log", "nightly", "integrated-timers"] }
|
||||
embassy-time = { version = "0.1.5", path = "../../embassy-time", features = ["log", "wasm", ] }
|
||||
embassy-time = { version = "0.2", path = "../../embassy-time", features = ["log", "wasm", ] }
|
||||
|
||||
wasm-logger = "0.2.0"
|
||||
wasm-bindgen = "0.2"
|
||||
|
Reference in New Issue
Block a user