Skip to content

Commit a38ac74

Browse files
committed
Bump embassy dependencies to newly released versions
1 parent a81487b commit a38ac74

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

atat/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ embedded-io = "0.6.0"
2222
embedded-io-async = "0.6.0"
2323
futures = { version = "0.3", default-features = false }
2424
embassy-sync = "0.6"
25-
embassy-time = "0.3"
25+
embassy-time = "0.4"
2626
heapless = { version = "^0.8", features = ["serde"] }
2727
serde_at = { path = "../serde_at", version = "^0.23.0", optional = true }
2828
atat_derive = { path = "../atat_derive", version = "^0.23.0", optional = true }
@@ -36,7 +36,7 @@ log = { version = "^0.4", default-features = false, optional = true }
3636
defmt = { version = "^0.3", optional = true }
3737

3838
[dev-dependencies]
39-
embassy-time = { version = "0.3", features = ["std", "generic-queue"] }
39+
embassy-time = { version = "0.4", features = ["std"] }
4040
critical-section = { version = "1.1", features = ["std"] }
4141
serde_at = { path = "../serde_at", version = "^0.23.0", features = [
4242
"heapless",

examples/Cargo.toml

+4-6
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,19 @@ cortex-m = { version = "0.7.6", optional = true }
3030
cortex-m-rt = { version = "0.7.3", optional = true }
3131
defmt-rtt = { version = "0.4", optional = true }
3232
panic-probe = { version = "0.3.0", features = ["print-defmt"], optional = true }
33-
embassy-executor = { version = "0.5", features = [
33+
embassy-executor = { version = "0.7", features = [
3434
"defmt",
3535
"arch-cortex-m",
3636
"executor-thread",
37-
"integrated-timers",
3837
], optional = true }
39-
embassy-time = "0.3"
40-
embassy-rp = { version = "0.1", features = [
38+
embassy-time = "0.4"
39+
embassy-rp = { version = "0.3", features = [
4140
"unstable-pac",
4241
"time-driver",
4342
"critical-section-impl",
4443
], optional = true }
4544

46-
env_logger = { version = "0.10", optional = true }
45+
env_logger = { version = "0.11", optional = true }
4746
tokio = { version = "1.26", default-features = false, features = [
4847
"time",
4948
"rt-multi-thread",
@@ -71,7 +70,6 @@ std = [
7170
"dep:tokio-serial",
7271
"atat/log",
7372
"embassy-time/std",
74-
"embassy-time/generic-queue",
7573
"critical-section/std",
7674
"embedded-io-adapters",
7775
"embedded-io-adapters/tokio-1",

0 commit comments

Comments
 (0)