summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-04-11 17:00:37 +0000
committerbors <bors@rust-lang.org>2022-04-11 17:00:37 +0000
commit45b7f08e8e32feaf4ba699992989f8407deee31d (patch)
tree01666f84e94b6cdb410b2a5da95effb48a75f42e
parenta0e4f9df3f96993ea5be4ef40da6e906f37d0762 (diff)
parentaa82c00618d882756d152d16b713218921072d7f (diff)
downloadrust-libc-0.2.123.tar.gz
Auto merge of #2749 - vityafx:bump-version-to-0-2-123, r=Amanieu0.2.123
Bump version to 0.2.123 Exposes more symbols for OpenBSD and FreeBSD.
-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 1663671cbb..cc579890ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.122"
+version = "0.2.123"
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 088d2a7d38..5771f2a2df 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.122"
+version = "0.2.123"
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.122"
+version = "0.2.123"
default-features = false
[build-dependencies]