Skip to content

Commit

Permalink
Require libc 0.2.80 or later.
Browse files Browse the repository at this point in the history
0.2.80 is the version I used to test *ring* 0.16.16.

Rumors are that libc 0.2.73 had changes to support aarch64-apple-darwin.
  • Loading branch information
briansmith committed Nov 18, 2020
1 parent 1ea08f2 commit 8888f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ winapi = { version = "0.3.8", default-features = false, features = ["ntsecapi",
wasm-bindgen-test = { version = "0.3.18", default-features = false }

[target.'cfg(any(unix, windows))'.dev-dependencies]
libc = { version = "0.2.69", default-features = false }
libc = { version = "0.2.80", default-features = false }

# Keep this in sync with `[dependencies]` in pregenerate_asm/Cargo.toml.
[build-dependencies]
Expand Down

0 comments on commit 8888f95

Please sign in to comment.