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

cargo updates

This commit is contained in:
Robin Appelman 2026-03-27 21:32:47 +01:00
commit 8765366cbd
2 changed files with 245 additions and 175 deletions

View file

@ -2,14 +2,14 @@
name = "mitemp"
version = "0.4.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"
edition = "2024"
description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"
repository = "https://codeberg.org/icewind/mitemp-rs"
license = "MIT/Apache-2.0"
rust-version = "1.70.0"
rust-version = "1.86.0"
[dependencies]
btleplug = "0.11.6"
btleplug = "0.12.0"
num_enum = "0.7.3"
tokio-stream = "0.1.8"
uuid = "1.11.0"