summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-01-27 11:00:12 +0000
committerbors <bors@rust-lang.org>2022-01-27 11:00:12 +0000
commit1068fee1011e08cd4a3bcf1c3e54af3f8339c372 (patch)
treee321ec5531e65023cb55335c94913a67e1f1d014
parent3063aa1b45ea81b623af19b3eb9ba9c43619b23c (diff)
parentfffd9cf6100e1a8d19749926aa75c4a1a550fa8b (diff)
downloadrust-libc-1068fee1011e08cd4a3bcf1c3e54af3f8339c372.tar.gz
Auto merge of #2655 - anp:release-dt-unknown, r=Amanieu0.2.115
Release 0.2.115 to crates.io. Needed by https://github.com/rust-lang/rust/pull/93351. Should have included this in my prior PR but hadn't finished reading CONTRIBUTING.md. Sorry for the extra traffic!
-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 0496e3620a..c532e3377a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.114"
+version = "0.2.115"
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 8989ff2903..639dfe6983 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.114"
+version = "0.2.115"
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.114"
+version = "0.2.115"
default-features = false
[build-dependencies]