Skip to content

Commit

Permalink
Auto merge of #2092 - JohnTitor:version-bump, r=JohnTitor
Browse files Browse the repository at this point in the history
Bump up libc version to 0.2.87

r? `@ghost`
In order to unblock rust-lang/rust#82400.
This also closes #2065.
  • Loading branch information
bors committed Mar 2, 2021
2 parents e313587 + 5cfe0a2 commit 12e79c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
8 changes: 6 additions & 2 deletions libc-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 12e79c4

Please sign in to comment.