Skip to content

Commit b30b004

Browse files
authored
Migrate embassy crates to latest on crate.io (#479)
1 parent 90d40ea commit b30b004

File tree

11 files changed

+1057
-476
lines changed

11 files changed

+1057
-476
lines changed

Cargo.lock

Lines changed: 471 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ cortex-m-rt = "0.7.5"
4040
critical-section = "1.1"
4141
defmt = "0.3"
4242
document-features = "0.2.7"
43-
embassy-executor = { git = "https://github.com/embassy-rs/embassy" }
44-
embassy-futures = { git = "https://github.com/embassy-rs/embassy" }
43+
embassy-executor = "0.9.0"
44+
embassy-futures = "0.1.2"
4545
embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt" }
46-
embassy-sync = { git = "https://github.com/embassy-rs/embassy" }
47-
embassy-time = { git = "https://github.com/embassy-rs/embassy" }
48-
embassy-time-driver = { git = "https://github.com/embassy-rs/embassy" }
46+
embassy-sync = "0.7.2"
47+
embassy-time = "0.4.0"
48+
embassy-time-driver = "0.2.0"
4949
embedded-batteries-async = "0.2.0"
5050
embedded-cfu-protocol = { git = "https://github.com/OpenDevicePartnership/embedded-cfu" }
5151
embedded-hal = "1.0"

examples/rt633/Cargo.lock

Lines changed: 94 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rt633/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ embassy-imxrt = { git = "https://github.com/OpenDevicePartnership/embassy-imxrt"
2929
"unstable-pac",
3030
] }
3131

32-
embassy-sync = { git = "https://github.com/embassy-rs/embassy", features = [
32+
embassy-sync = { version = "0.7.2", features = [
3333
"defmt",
3434
] }
35-
embassy-executor = { git = "https://github.com/embassy-rs/embassy", features = [
35+
embassy-executor = { version = "0.9.0", features = [
3636
"arch-cortex-m",
3737
"executor-thread",
3838
"executor-interrupt",
3939
"defmt",
4040
] }
41-
embassy-futures = { git = "https://github.com/embassy-rs/embassy" }
42-
embassy-time = { git = "https://github.com/embassy-rs/embassy", features = [
41+
embassy-futures = "0.1.2"
42+
embassy-time = { version = "0.4.0", features = [
4343
"defmt",
4444
"defmt-timestamp-uptime",
4545
] }
@@ -57,7 +57,7 @@ bq25773 = { git = "https://github.com/OpenDevicePartnership/bq25773" }
5757
battery-service = { path = "../../battery-service", features = ["defmt"] }
5858
bq40z50-rx = { version = "0.1", features = ["r5"] }
5959
static_cell = "2.1.0"
60-
embassy-embedded-hal = { git = "https://github.com/embassy-rs/embassy", default-features = false }
60+
embassy-embedded-hal = { version = "0.5.0", default-features = false }
6161

6262
# Needed otherwise cargo will pull from git
6363
[patch."https://github.com/OpenDevicePartnership/embedded-services"]

0 commit comments

Comments
 (0)