Use tagged version of iot_tools/updater

This commit is contained in:
2025-01-11 05:55:23 +01:00
parent 01738df95c
commit 14f17d49df
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "air_filter"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
[dependencies]
@@ -67,7 +67,7 @@ nourl = { version = "0.1", features = ["defmt"] }
smoltcp = { version = "0.12", default-features = false, features = [
"dns-max-server-count-4",
] }
updater = { version = "0.1.0", path = "../iot_tools/updater" }
updater = { git = "https://git.huizinga.dev/Dreaded_X/iot_tools", tag = "v0.2.0" }
portable-atomic = { version = "1.6", features = ["critical-section"] }
bme280 = { version = "0.5.0", features = ["async", "defmt"] }
picoserve = { version = "0.13.3", features = ["defmt", "embassy"] }