Require spin 0.9.8.

This is the minimum we've tested.
This commit is contained in:
Brian Smith 2023-10-13 13:37:16 -07:00
parent 801ebce7e2
commit 90879811aa

View File

@ -175,7 +175,7 @@ getrandom = { version = "0.2.8" }
untrusted = { version = "0.9" }
[target.'cfg(any(target_arch = "x86",target_arch = "x86_64", all(any(target_arch = "aarch64", target_arch = "arm"), any(target_os = "android", target_os = "fuchsia", target_os = "linux", target_os = "windows"))))'.dependencies]
spin = { version = "0.9.2", default-features = false, features = ["once"] }
spin = { version = "0.9.8", default-features = false, features = ["once"] }
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
libc = { version = "0.2.148", default-features = false }