diff options
author | Alexander Hübener <alex.teamplayer@gmail.com> | 2022-08-10 09:02:04 +0000 |
---|---|---|
committer | Alexander Hübener <alex.teamplayer@gmail.com> | 2022-08-10 09:02:04 +0000 |
commit | 0e5cd2cbc267c482cc1d4ccbf984b8829801226b (patch) | |
tree | e0fe14c32f528e155fc48176a94854c513a4666b /Cargo.toml | |
parent | d0e3ff01a808d429baf925bf0e6e5f2273de1ac0 (diff) | |
download | rust-libc-0e5cd2cbc267c482cc1d4ccbf984b8829801226b.tar.gz |
bump version
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 3081d5e5b2..873928ecb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.129" +version = "0.2.130" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |