We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c32c025 + 10d4566 commit f1d3d97Copy full SHA for f1d3d97
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libc"
3
-version = "0.2.117"
+version = "0.2.118"
4
authors = ["The Rust Project Developers"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
libc-test/Cargo.toml
name = "libc-test"
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
12
13
[dependencies.libc]
14
path = ".."
15
16
default-features = false
17
18
[build-dependencies]
0 commit comments