1
0
Fork 0
mirror of https://codeberg.org/icewind/mitemp-rs.git synced 2026-06-03 17:24:08 +02:00

fix git dependency

This commit is contained in:
Robin Appelman 2020-02-08 01:05:12 +01:00
commit 3520d0705b

View file

@ -7,7 +7,7 @@ description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
[dependencies] [dependencies]
btleplug = { version = "0.4.0", git = "https://github.com/icewind1991/btleplug#merged" } btleplug = { version = "0.4.0", git = "https://github.com/icewind1991/btleplug", branch = "merged" }
num_enum = "0.4.2" num_enum = "0.4.2"
[dev-dependencies] [dev-dependencies]