diff options
author | Sébastien Marie <semarie@online.fr> | 2021-01-18 15:55:29 +0000 |
---|---|---|
committer | Sébastien Marie <semarie@online.fr> | 2021-01-18 15:55:29 +0000 |
commit | 0e09138dc2dabf09d2777a3b460c04b5f0519c35 (patch) | |
tree | 4751eba8cc126bc79ce08fcc83e21e3757afc43c /Cargo.toml | |
parent | 7f11cdb191a7d78bc8e09583cec6b67589fe766e (diff) | |
download | rust-libc-0e09138dc2dabf09d2777a3b460c04b5f0519c35.tar.gz |
Bump to 0.2.83
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 8b88f6e38b..07e5693dec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.82" +version = "0.2.83" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |