Switch std::atomic to portable_atomic for mips support (#62)

Co-authored-by: andrewheadricke <andrewheadricke>
This commit is contained in:
AndrewH
2026-04-21 08:06:39 -07:00
committed by GitHub
co-authored by andrewheadricke <andrewheadricke>
parent 745b523ac6
commit c83e14ac97
7 changed files with 7 additions and 5 deletions
+1
View File
@@ -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 }