diff --git a/Cargo.toml b/Cargo.toml index 65749ad55df01..63c045b8f3933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.86" +version = "0.2.87" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 0b23422f891ad..2c96556337dbd 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,11 +1,15 @@ [package] name = "libc-test" -version = "0.1.0" -authors = ["Alex Crichton "] +version = "0.2.87" +authors = ["The Rust Project Developers"] +license = "MIT OR Apache-2.0" build = "build.rs" +repository = "https://github.com/rust-lang/libc" +homepage = "https://github.com/rust-lang/libc" [dependencies.libc] path = ".." +version = "0.2.87" default-features = false [build-dependencies]