Skip to content

Commit db6bf6f

Browse files
committed
Auto merge of #2092 - JohnTitor:version-bump, r=JohnTitor
Bump up libc version to 0.2.87 r? `@ghost` In order to unblock rust-lang/rust#82400. This also closes #2065.
2 parents e313587 + 5cfe0a2 commit db6bf6f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libc"
3-
version = "0.2.86"
3+
version = "0.2.87"
44
authors = ["The Rust Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

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)