Skip to content

Commit 73dc8a4

Browse files
committed
chore: bump bt-hci and trouble-host version
1 parent 8681581 commit 73dc8a4

File tree

11 files changed

+87
-43
lines changed

11 files changed

+87
-43
lines changed

benchmarks/nrf-sdc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ trouble-host = { path = "../../host", default-features = false, features = ["def
1515
futures = { version = "0.3", default-features = false, features = ["async-await"]}
1616
nrf-sdc = { version = "0.4", default-features = false, features = ["defmt", "peripheral", "central"] }
1717
nrf-mpsl = { version = "0.3", default-features = false, features = ["defmt", "critical-section-impl"] }
18-
bt-hci = { version = "0.5", default-features = false, features = ["defmt"] }
18+
bt-hci = { version = "0.6", default-features = false, features = ["defmt"] }
1919

2020
defmt = "0.3"
2121
defmt-rtt = "0.4.0"

bt-hci-linux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ documentation = "https://docs.embassy.dev/trouble-host"
1414
tokio = { version = "1", features = ["io-util", "net", "rt", "macros", "signal", "sync"] }
1515
embedded-io = { version = "0.6.1", features = ["std"] }
1616
libc = "0.2"
17-
bt-hci = "0.5"
17+
bt-hci = "0.6"
1818
embassy-time = { version = "0.5", features = ["std", "generic-queue-8"] }
1919
rand = { version = "0.8.5", features = ["getrandom"] }
2020
env_logger = "0.11"

examples/apps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0"
66

77
[dependencies]
88
trouble-host = { path = "../../host", features = ["derive", "scan"] }
9-
bt-hci = { version = "0.5" }
9+
bt-hci = { version = "0.6" }
1010
embassy-futures = "0.1.1"
1111
embassy-executor = { version = "0.9" }
1212
embassy-sync = { version = "0.7" }

examples/esp32/Cargo.lock

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

examples/linux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
tokio = { version = "1", features = ["io-util", "net", "rt", "macros", "signal", "sync"] }
99
embedded-io = { version = "0.6.1", features = ["std"] }
1010
libc = "0.2"
11-
bt-hci = "0.5"
11+
bt-hci = "0.6"
1212
trouble-example-apps = { version = "0.1.0", path = "../apps", features = ["log", "std"] }
1313
trouble-host = { path = "../../host", features = ["scan"] }
1414
embassy-time = { version = "0.5", features = ["std", "generic-queue-8"] }

examples/nrf-sdc/Cargo.lock

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

examples/nrf-sdc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ embassy-sync = { version = "0.7", features = ["defmt"] }
1414
futures = { version = "0.3", default-features = false, features = ["async-await"]}
1515
nrf-sdc = { version = "0.4", default-features = false, features = ["defmt", "peripheral", "central"] }
1616
nrf-mpsl = { version = "0.3", default-features = false, features = ["defmt", "critical-section-impl"] }
17-
bt-hci = { version = "0.5", default-features = false, features = ["defmt"] }
17+
bt-hci = { version = "0.6", default-features = false, features = ["defmt"] }
1818
trouble-host = { path = "../../host", features = ["derive", "scan"] }
1919
trouble-example-apps = { version = "0.1.0", path = "../apps", features = ["defmt"] }
2020

examples/rp-pico-w/Cargo.lock

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

examples/serial-hci/Cargo.lock

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

0 commit comments

Comments
 (0)