diff options
author | Victor Polevoy <fx@thefx.co> | 2022-04-11 15:26:13 +0200 |
---|---|---|
committer | Victor Polevoy <fx@thefx.co> | 2022-04-11 15:28:29 +0200 |
commit | aa82c00618d882756d152d16b713218921072d7f (patch) | |
tree | 01666f84e94b6cdb410b2a5da95effb48a75f42e /Cargo.toml | |
parent | a0e4f9df3f96993ea5be4ef40da6e906f37d0762 (diff) | |
download | rust-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.toml | 2 |
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" |