no rwlocks
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
JMARyA 2025-05-04 23:52:55 +02:00
parent 6c54873ca2
commit dd4cb7fcc6
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
11 changed files with 36 additions and 26 deletions

7
Cargo.lock generated
View file

@ -106,6 +106,12 @@ dependencies = [
"num-traits",
]
[[package]]
name = "arc-swap"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[package]]
name = "argh"
version = "0.1.13"
@ -1230,6 +1236,7 @@ dependencies = [
name = "owl"
version = "0.1.0"
dependencies = [
"arc-swap",
"argh",
"chrono",
"crossbeam",