No need for Arc<RwLock<_>> inside the device wrapper anymore
All checks were successful
Build and deploy / Build application (push) Successful in 4m27s
Check / Run checks (push) Successful in 2m14s
Build and deploy / Build container (push) Successful in 55s
Build and deploy / Deploy container (push) Has been skipped

This commit is contained in:
2024-07-26 01:17:12 +02:00
parent 3fd8dddeb2
commit 14e14ca479
7 changed files with 52 additions and 63 deletions

7
Cargo.lock generated
View File

@@ -100,6 +100,7 @@ dependencies = [
"bytes",
"console-subscriber",
"dotenvy",
"dyn-clone",
"enum_dispatch",
"eui48",
"futures",
@@ -428,6 +429,12 @@ version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "dyn-clone"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
[[package]]
name = "either"
version = "1.9.0"