feat(old_device_sensor_api): commit to a different key naming convention

This commit is contained in:
Даниил 2024-05-30 14:28:42 +04:00
parent e4287bb2ac
commit de396ed05f
Signed by: nm17
GPG key ID: 3303B70C59145CD4
6 changed files with 34 additions and 27 deletions

View file

@ -15,7 +15,7 @@ derive_more = "0.99.17"
dotenvy = "0.15.7"
fred = { version = "6.3.0", features = ["nom"] }
heapless = { version = "0.7.16", features = ["ufmt-impl"] }
hex = { version = "0.4.3", default-features = false }
hex = { version = "0.4.3", default-features = false, features = ["std", "alloc"] }
hifitime = "3.8.2"
lazy_static = "1.4.0"
nom = { version = "7.1.3", default-features = false, features = ["std", "alloc"] }
@ -30,4 +30,4 @@ serde_with = { version = "3.6.1", features = ["hex"] }
smallstr = { version = "0.3.0", features = ["std", "union"] }
thiserror = "1.0.40"
tokio = { version = "1.28.2", features = ["full"] }
ufmt = "0.2.0"
ufmt = { version = "0.2.0", features = ["std"] }