We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6c94f4 + dd6fdac commit 1522797Copy full SHA for 1522797
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libc"
3
-version = "0.2.145"
+version = "0.2.146"
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