summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-01-24 14:24:34 +0000
committerbors <bors@rust-lang.org>2022-01-24 14:24:34 +0000
commit3dd61509056707101d231053867d515ee5dd262e (patch)
tree0cfa0c5e6bed10f7e89b4ae1cd1459ba57157a98
parent78e76aa33fd4019b2663ecd557b308fd13b3c824 (diff)
parentb566c54f04a2c43ad611a6d0a411f1007877d394 (diff)
downloadrust-libc-3dd61509056707101d231053867d515ee5dd262e.tar.gz
Auto merge of #2645 - Jakob-Naucke:bump-0.2.114, r=Amanieu
Update crate version to 0.2.114
-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 3b1d82a83c..0496e3620a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.113"
+version = "0.2.114"
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 eb1611dba9..8989ff2903 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.113"
+version = "0.2.114"
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.113"
+version = "0.2.114"
default-features = false
[build-dependencies]