Skip to content

Commit

Permalink
Update libc
Browse files Browse the repository at this point in the history
The new version of libc contains changes necessary to build
wasmer-runtime-core for Android.

See rust-lang/libc#1622 for details.
  • Loading branch information
YAMAMOTO Yuji committed Mar 19, 2020
1 parent 5d8c0db commit be3a023
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/runtime-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ wasmparser = "0.51.3"
parking_lot = "0.10.0"
lazy_static = "1.4"
errno = "0.2"
#libc = "0.2.60"
libc = { path = "../../../libc", version = "0.2.65" }
libc = "0.2.68"
hex = "0.4"
smallvec = "0.6"
bincode = "1.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/singlepass-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dynasmrt = "0.5"
lazy_static = "1.4"
byteorder = "1.3"
nix = "0.15"
libc = "0.2.60"
libc = "0.2.68"
smallvec = "0.6"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit be3a023

Please sign in to comment.