Skip to content

Commit a2de78f

Browse files
committed
fix: apache-nimble missing from crates.io
1 parent 49ce9cb commit a2de78f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/apache-nimble/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ defmt-rtt = "0.4"
99
panic-probe = { version = "0.3", features = ["print-defmt"] }
1010
cortex-m-rt = "0.7.0"
1111
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
12-
apache-nimble = { version = "0.1.0", features = ["port-layer-embassy", "nrf52840", "controller"] }
12+
# TEMP: until https://github.com/benbrittain/apache-nimble-sys/pull/4 gets merged
13+
apache-nimble = { git = "https://github.com/gibbz00/apache-nimble-sys", branch = "https_submodules", features = ["port-layer-embassy", "nrf52840", "controller"] }
1314
embassy-time = { version = "0.3.0", features = ["defmt", "defmt-timestamp-uptime"] }
1415
embassy-sync = "0.6.0"
1516
embassy-futures = "0.1.0"
@@ -19,7 +20,6 @@ trouble-example-apps = { version = "0.1.0", path = "../apps", features = ["defmt
1920
static_cell = "1.0.0"
2021

2122
[patch.crates-io]
22-
apache-nimble = { git = "https://github.com/benbrittain/apache-nimble-sys.git", branch = "master" }
2323
embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
2424
embassy-nrf = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" }
2525
#embassy-sync = { git = "https://github.com/embassy-rs/embassy.git", rev = "1cfd5370ac012814b7b386ba9ad8499529bdde4e" }

0 commit comments

Comments
 (0)