We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e313587 + 5cfe0a2 commit db6bf6fCopy full SHA for db6bf6f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "libc"
3
-version = "0.2.86"
+version = "0.2.87"
4
authors = ["The Rust Project Developers"]
5
license = "MIT OR Apache-2.0"
6
readme = "README.md"
libc-test/Cargo.toml
@@ -1,11 +1,15 @@
name = "libc-test"
-version = "0.1.0"
-authors = ["Alex Crichton <[email protected]>"]
+authors = ["The Rust Project Developers"]
+license = "MIT OR Apache-2.0"
build = "build.rs"
7
+repository = "https://github.com/rust-lang/libc"
8
+homepage = "https://github.com/rust-lang/libc"
9
10
[dependencies.libc]
11
path = ".."
12
13
default-features = false
14
15
[build-dependencies]
0 commit comments