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:
parent
9aaa882942
commit
3520d0705b
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue