Skip to content

Commit

Permalink
fix: apache-nimble missing from crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Oct 9, 2024
1 parent 49ce9cb commit 5875661
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/apache-nimble/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmt-rtt = "0.4"
panic-probe = { version = "0.3", features = ["print-defmt"] }
cortex-m-rt = "0.7.0"
cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
apache-nimble = { version = "0.1.0", features = ["port-layer-embassy", "nrf52840", "controller"] }
apache-nimble = { git = "https://github.com/benbrittain/apache-nimble-sys.git", features = ["port-layer-embassy", "nrf52840", "controller"] }
embassy-time = { version = "0.3.0", features = ["defmt", "defmt-timestamp-uptime"] }
embassy-sync = "0.6.0"
embassy-futures = "0.1.0"
Expand All @@ -19,7 +19,6 @@ trouble-example-apps = { version = "0.1.0", path = "../apps", features = ["defmt
static_cell = "1.0.0"

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

0 comments on commit 5875661

Please sign in to comment.