summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVictor Polevoy <fx@thefx.co>2022-04-11 15:26:13 +0200
committerVictor Polevoy <fx@thefx.co>2022-04-11 15:28:29 +0200
commitaa82c00618d882756d152d16b713218921072d7f (patch)
tree01666f84e94b6cdb410b2a5da95effb48a75f42e /Cargo.toml
parenta0e4f9df3f96993ea5be4ef40da6e906f37d0762 (diff)
downloadrust-libc-aa82c00618d882756d152d16b713218921072d7f.tar.gz
Bump version to 0.2.123
Exposes more symbols for OpenBSD and FreeBSD.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 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"