1
0
Fork 0
mirror of https://codeberg.org/icewind/mitemp-rs.git synced 2026-06-03 09:14:07 +02:00
This commit is contained in:
Robin Appelman 2026-03-27 21:45:31 +01:00
commit 7b5f54bef3
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -398,7 +398,7 @@ dependencies = [
[[package]] [[package]]
name = "mitemp" name = "mitemp"
version = "0.4.0" version = "0.5.0"
dependencies = [ dependencies = [
"btleplug", "btleplug",
"main_error", "main_error",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "mitemp" name = "mitemp"
version = "0.4.0" version = "0.5.0"
authors = ["Robin Appelman <robin@icewind.nl>"] authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2024" edition = "2024"
description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE" description = "Read Xiaomi MI Temperature and Humidity Sensor over BLE"