mirror of
https://codeberg.org/icewind/mitemp-rs.git
synced 2026-06-03 17:24:08 +02:00
adjust to new btleplug
This commit is contained in:
parent
16cf74d09f
commit
b2e39d8893
2 changed files with 32 additions and 19 deletions
|
|
@ -7,9 +7,9 @@ description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"
|
|||
license = "MIT/Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
btleplug = { version = "0.5.0", git = "https://github.com/icewind1991/btleplug", branch = "store-service-data" }
|
||||
num_enum = "0.4.2"
|
||||
btleplug = { version = "0.7", git = "https://github.com/icewind1991/btleplug", branch = "unify-platform-api" }
|
||||
num_enum = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
main_error = "0.1.0"
|
||||
env_logger = "0.7.1"
|
||||
main_error = "0.1"
|
||||
env_logger = "0.7"
|
||||
Loading…
Add table
Add a link
Reference in a new issue