summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2021-03-02 15:16:12 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2021-03-02 15:16:12 +0900
commit5cfe0a237cb9e1adb1a7f5d35c2dc0c168092242 (patch)
tree4a6c008cd17a491931a88173941e6c408af72276
parent68d1e3a2d6ea3b5408fb61a9ac30052b9f8cb931 (diff)
downloadrust-libc-5cfe0a237cb9e1adb1a7f5d35c2dc0c168092242.tar.gz
Update some metadata on libc-test to publish
-rw-r--r--libc-test/Cargo.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 0b23422f89..2c96556337 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 <alex@alexcrichton.com>"]
+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]