summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@google.com>2022-01-28 17:30:10 +0000
committerTyler Mandry <tmandry@google.com>2022-01-28 17:30:10 +0000
commite5f0e5fcfe991abafab73a82d7b227780fca1c3b (patch)
tree4f7c58045d3673fc000f8f1c8c2e5a086b045a79
parentf1f325edd7c3b489d43ad993b0df4232063c31b3 (diff)
downloadrust-libc-e5f0e5fcfe991abafab73a82d7b227780fca1c3b.tar.gz
Bump version to 0.2.116
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c532e3377a..fa8dbf4a1d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.115"
+version = "0.2.116"
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 639dfe6983..c750c76f78 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.115"
+version = "0.2.116"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs"