Skip to content

Commit 5cfe0a2

Browse files
committed
Update some metadata on libc-test to publish
1 parent 68d1e3a commit 5cfe0a2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

libc-test/Cargo.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[package]
22
name = "libc-test"
3-
version = "0.1.0"
4-
authors = ["Alex Crichton <[email protected]>"]
3+
version = "0.2.87"
4+
authors = ["The Rust Project Developers"]
5+
license = "MIT OR Apache-2.0"
56
build = "build.rs"
7+
repository = "https://github.com/rust-lang/libc"
8+
homepage = "https://github.com/rust-lang/libc"
69

710
[dependencies.libc]
811
path = ".."
12+
version = "0.2.87"
913
default-features = false
1014

1115
[build-dependencies]

0 commit comments

Comments
 (0)