feat: bump embassy-sync version to 0.3.0

Update changelog in preparation for release
This commit is contained in:
Ulf Lilleengen
2023-09-14 18:26:00 +02:00
parent f5e96a9d60
commit 1b20ba27b1
55 changed files with 62 additions and 55 deletions

View File

@ -52,7 +52,7 @@ smoltcp = { version = "0.10.0", default-features = false, features = [
embassy-net-driver = { version = "0.1.0", path = "../embassy-net-driver" }
embassy-time = { version = "0.1.3", path = "../embassy-time" }
embassy-sync = { version = "0.2.0", path = "../embassy-sync" }
embassy-sync = { version = "0.3.0", path = "../embassy-sync" }
embedded-io-async = { version = "0.5.0", optional = true }
managed = { version = "0.8.0", default-features = false, features = [ "map" ] }