mirror of
https://github.com/jmcorgan/fips.git
synced 2026-07-30 19:46:15 +00:00
Switch std::atomic to portable_atomic for mips support (#62)
Co-authored-by: andrewheadricke <andrewheadricke>
This commit is contained in:
co-authored by
andrewheadricke <andrewheadricke>
parent
745b523ac6
commit
c83e14ac97
@@ -36,6 +36,7 @@ futures = "0.3"
|
||||
simple-dns = "0.11.2"
|
||||
socket2 = { version = "0.6.2", features = ["all"] }
|
||||
tokio-socks = "0.5"
|
||||
portable-atomic = { version = "1", features = ["std"] }
|
||||
|
||||
rustables = { version = "0.8.7", optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user