We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bbb5cd + 15c74a4 commit 7df63bdCopy full SHA for 7df63bd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libc"
3
-version = "0.2.154"
+version = "0.2.155"
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