Skip to content

Commit e173200

Browse files
committed
fix: nrf-mpsl missing from crates.io
1 parent 15eee43 commit e173200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/nrf-sdc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ embassy-sync = { version = "0.6", features = ["defmt"] }
1414
futures = { version = "0.3", default-features = false, features = ["async-await"]}
1515
# TEMP: awaiting release
1616
nrf-sdc = { git = "https://github.com/alexmoon/nrf-sdc.git", rev = "3702af909d31cd81c62f15e1aa9d5f637ec935fa", default-features = false, features = ["defmt", "peripheral", "central"] }
17-
nrf-mpsl = { version = "0.1.0", default-features = false, features = ["defmt", "critical-section-impl"] }
17+
# TEMP: awaiting release
18+
nrf-mpsl = { git = "https://github.com/alexmoon/nrf-sdc.git", rev = "3702af909d31cd81c62f15e1aa9d5f637ec935fa" , default-features = false, features = ["defmt", "critical-section-impl"] }
1819
bt-hci = { version = "0.1.1", default-features = false, features = ["defmt"] }
1920
trouble-host = { version = "0.1.0", path = "../../host", features = ["defmt"] }
2021
trouble-example-apps = { version = "0.1.0", path = "../apps", features = ["defmt"] }
@@ -38,7 +39,6 @@ embassy-futures = { git = "https://github.com/embassy-rs/embassy.git", rev = "1c
3839
embassy-time = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
3940
embassy-time-driver = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
4041
embassy-embedded-hal = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
41-
nrf-mpsl = { git = "https://github.com/alexmoon/nrf-sdc.git", rev = "3702af909d31cd81c62f15e1aa9d5f637ec935fa" }
4242

4343
#embassy-executor = {path = "../../../embassy/embassy-executor"}
4444
#embassy-nrf = {path = "../../../embassy/embassy-nrf"}

0 commit comments

Comments
 (0)