diff options
| -rw-r--r-- | cyw43/Cargo.toml | 2 | ||||
| -rw-r--r-- | examples/rp/Cargo.toml | 1 | ||||
| -rw-r--r-- | examples/rp23/Cargo.toml | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/cyw43/Cargo.toml b/cyw43/Cargo.toml index 9b469c338..751e59a69 100644 --- a/cyw43/Cargo.toml +++ b/cyw43/Cargo.toml | |||
| @@ -36,7 +36,7 @@ heapless = "0.8.0" | |||
| 36 | 36 | ||
| 37 | # Bluetooth deps | 37 | # Bluetooth deps |
| 38 | embedded-io-async = { version = "0.6.0", optional = true } | 38 | embedded-io-async = { version = "0.6.0", optional = true } |
| 39 | bt-hci = { git = "https://github.com/alexmoon/bt-hci.git", rev = "b9cd5954f6bd89b535cad9c418e9fdf12812d7c3", optional = true, default-features = false } | 39 | bt-hci = { version = "0.1.0", optional = true } |
| 40 | 40 | ||
| 41 | [package.metadata.embassy_docs] | 41 | [package.metadata.embassy_docs] |
| 42 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" | 42 | src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-v$VERSION/cyw43/src/" |
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index 83d5792b6..04b4c6317 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -74,7 +74,6 @@ opt-level = "z" | |||
| 74 | 74 | ||
| 75 | [patch.crates-io] | 75 | [patch.crates-io] |
| 76 | trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" } | 76 | trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" } |
| 77 | bt-hci = { git = "https://github.com/alexmoon/bt-hci.git", rev = "b9cd5954f6bd89b535cad9c418e9fdf12812d7c3" } | ||
| 78 | embassy-executor = { path = "../../embassy-executor" } | 77 | embassy-executor = { path = "../../embassy-executor" } |
| 79 | embassy-sync = { path = "../../embassy-sync" } | 78 | embassy-sync = { path = "../../embassy-sync" } |
| 80 | embassy-futures = { path = "../../embassy-futures" } | 79 | embassy-futures = { path = "../../embassy-futures" } |
diff --git a/examples/rp23/Cargo.toml b/examples/rp23/Cargo.toml index 8f8d6ff10..087f6fd69 100644 --- a/examples/rp23/Cargo.toml +++ b/examples/rp23/Cargo.toml | |||
| @@ -71,7 +71,6 @@ opt-level = "z" | |||
| 71 | 71 | ||
| 72 | [patch.crates-io] | 72 | [patch.crates-io] |
| 73 | trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" } | 73 | trouble-host = { git = "https://github.com/embassy-rs/trouble.git", rev = "4b8c0f499b34e46ca23a56e2d1640ede371722cf" } |
| 74 | bt-hci = { git = "https://github.com/alexmoon/bt-hci.git", rev = "b9cd5954f6bd89b535cad9c418e9fdf12812d7c3" } | ||
| 75 | embassy-executor = { path = "../../embassy-executor" } | 74 | embassy-executor = { path = "../../embassy-executor" } |
| 76 | embassy-sync = { path = "../../embassy-sync" } | 75 | embassy-sync = { path = "../../embassy-sync" } |
| 77 | embassy-futures = { path = "../../embassy-futures" } | 76 | embassy-futures = { path = "../../embassy-futures" } |
