Use tagged version of iot_tools/updater

This commit is contained in:
Dreaded_X 2025-01-11 05:55:23 +01:00
parent 01738df95c
commit 14f17d49df
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 5 additions and 4 deletions

5
Cargo.lock generated
View File

@ -13,7 +13,7 @@ dependencies = [
[[package]]
name = "air_filter"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"bme280",
"cfg-if",
@ -1889,7 +1889,8 @@ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
[[package]]
name = "updater"
version = "0.1.0"
version = "0.2.0"
source = "git+https://git.huizinga.dev/Dreaded_X/iot_tools?tag=v0.2.0#ce96dd0a4ef3cffe1c6be6786b0a47cdb412f861"
dependencies = [
"cortex-m",
"defmt",

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"] }