diff options
author | Amanieu d'Antras <amanieu@gmail.com> | 2022-02-15 10:21:18 +0000 |
---|---|---|
committer | Amanieu d'Antras <amanieu@gmail.com> | 2022-02-15 10:21:18 +0000 |
commit | 10d456601b6d0c1f34a47232513a1b4a1fb06444 (patch) | |
tree | e185df91820fa653747b72ae7b68d18bc444ecc2 /Cargo.toml | |
parent | c32c02573f7d0fbb9323a6f82979953c4af3acad (diff) | |
download | rust-libc-10d456601b6d0c1f34a47232513a1b4a1fb06444.tar.gz |
Bump version to 0.2.118
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 6ae738e560..75f45fabae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.117" +version = "0.2.118" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |