1
0
Fork 0
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:
Robin Appelman 2021-03-06 12:52:07 +01:00
commit b2e39d8893
2 changed files with 32 additions and 19 deletions

View file

@ -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"