summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-02-02 16:53:57 +0000
committerbors <bors@rust-lang.org>2022-02-02 16:53:57 +0000
commit34a98891731893886ac6101a7ce9c328330251d0 (patch)
tree00f9545875925def501b3c05fa1fd4228246efcb
parentdca3daecfa0daaa50edca75ccf15f15211a2f7a4 (diff)
parente01f46c57b1bc9a962956a9c89065f47d7c438c9 (diff)
downloadrust-libc-0.2.117.tar.gz
Auto merge of #2666 - rschulman:master, r=Amanieu0.2.117
Bump version number to prep for publish Making a new release so I can build std for riscv64gc-unknown-linux-musl. Thanks!
-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 fa8dbf4a1d..6ae738e560 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.116"
+version = "0.2.117"
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 c750c76f78..520316d258 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.116"
+version = "0.2.117"
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.115"
+version = "0.2.117"
default-features = false
[build-dependencies]