Require at least libc 0.2.148.

This is the minimum that we've tested.
This commit is contained in:
Brian Smith 2023-10-13 13:35:51 -07:00
parent 8edeead004
commit dac669b648

View File

@ -178,7 +178,7 @@ untrusted = { version = "0.9" }
spin = { version = "0.9.2", default-features = false, features = ["once"] }
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
libc = { version = "0.2.100", default-features = false }
libc = { version = "0.2.148", default-features = false }
[target.'cfg(all(target_arch = "aarch64", target_os = "windows"))'.dependencies]
windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_System_Threading"] }
@ -187,7 +187,7 @@ windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_System_
wasm-bindgen-test = { version = "0.3.26", default-features = false }
[target.'cfg(any(unix, windows))'.dev-dependencies]
libc = { version = "0.2.100", default-features = false }
libc = { version = "0.2.148", default-features = false }
[build-dependencies]
cc = { version = "1.0.69", default-features = false }