summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-09-15 07:38:34 +0000
committerbors <bors@rust-lang.org>2021-09-15 07:38:34 +0000
commite2aabf1411134eac3dfd42d1c2e2f44b5b0d0c46 (patch)
treed6b213c7811c4ccfec84a89f100ad40d9e80c1b3
parente0670c1858da985676001dcc052dcffd237a8410 (diff)
parent7df807c16cbef9d5368c8d4f74ad56a2b7472876 (diff)
downloadrust-libc-0.2.102.tar.gz
Auto merge of #2383 - luqmana:ver-102, r=JohnTitor0.2.102
Bump to 0.2.102 Bump patch version to access new fn's in #2382.
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 43ed571dcf..57c3a4ce86 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.101"
+version = "0.2.102"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index b2453cec77..c6920d3f10 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.101"
+version = "0.2.102"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs"
@@ -12,7 +12,7 @@ A test crate for the libc crate.
[dependencies.libc]
path = ".."
-version = "0.2.101"
+version = "0.2.102"
default-features = false
[build-dependencies]