We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 485507c + 520dd7d commit 3e79b5eCopy full SHA for 3e79b5e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libc"
3
-version = "0.2.98"
+version = "0.2.99"
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