mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Use spin's Once for OnceLock
This commit is contained in:
@@ -13,7 +13,7 @@ all-features = true
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
||||
[dependencies]
|
||||
spin = "0.9"
|
||||
spin = { version = "0.9", features = ["mutex", "once"] }
|
||||
hashbrown = "0.14"
|
||||
|
||||
[features]
|
||||
|
||||
Reference in New Issue
Block a user