mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Update libc
The new version of libc contains changes necessary to build wasmer-runtime-core for Android. See https://github.com/rust-lang/libc/pull/1622 for details.
This commit is contained in:
parent
b23436d1bb
commit
96a0f851c2
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -749,8 +749,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "libc"
|
name = "libc"
|
||||||
version = "0.2.67"
|
version = "0.2.67"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/rust-lang/libc.git#b22922f7d86a7e5cccc7bc039a375b23d11436b4"
|
||||||
checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "llvm-sys"
|
name = "llvm-sys"
|
||||||
|
@ -16,8 +16,7 @@ wasmparser = "0.51.3"
|
|||||||
parking_lot = "0.10.0"
|
parking_lot = "0.10.0"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
errno = "0.2"
|
errno = "0.2"
|
||||||
#libc = "0.2.60"
|
libc = "0.2.68"
|
||||||
libc = { path = "../../../libc", version = "0.2.65" }
|
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
smallvec = "0.6"
|
smallvec = "0.6"
|
||||||
bincode = "1.1"
|
bincode = "1.1"
|
||||||
|
@ -17,7 +17,7 @@ dynasmrt = "0.5"
|
|||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
nix = "0.15"
|
nix = "0.15"
|
||||||
libc = "0.2.60"
|
libc = "0.2.68"
|
||||||
smallvec = "0.6"
|
smallvec = "0.6"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user