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 18, 2020
1 parent 1f66f98 commit d3e50c5
Show file tree
Hide file tree
Showing 4 changed files with 6 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: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,6 @@ crate-type = ["bin"]
[[example]]
name = "callback"
crate-type = ["bin"]

[patch.crates-io]
wabt-sys = { git = "https://github.com/pepyakin/wabt-rs.git" }
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 d3e50c5

Please sign in to comment.