Update some metadata on libc-test to publish

This commit is contained in:
Yuki Okushi 2021-03-02 15:16:12 +09:00
parent 68d1e3a2d6
commit 5cfe0a237c
1 changed files with 6 additions and 2 deletions

View File

@ -1,11 +1,15 @@
[package] [package]
name = "libc-test" name = "libc-test"
version = "0.1.0" version = "0.2.87"
authors = ["Alex Crichton <alex@alexcrichton.com>"] authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs" build = "build.rs"
repository = "https://github.com/rust-lang/libc"
homepage = "https://github.com/rust-lang/libc"
[dependencies.libc] [dependencies.libc]
path = ".." path = ".."
version = "0.2.87"
default-features = false default-features = false
[build-dependencies] [build-dependencies]