diff options
author | ThiƩbaud Weksteen <tweek@google.com> | 2021-01-28 14:37:30 +0100 |
---|---|---|
committer | ThiƩbaud Weksteen <tweek@google.com> | 2021-01-28 14:37:30 +0100 |
commit | 71d3bf109e1c8b3b921886694127e3636c6b51c0 (patch) | |
tree | 213c992ced604f66a92466766cf40fc957b2353f /Cargo.toml | |
parent | 21347eee5ad2b7362d7bd27e9d1ae7d86297e92f (diff) | |
download | rust-libc-71d3bf109e1c8b3b921886694127e3636c6b51c0.tar.gz |
Bump to 0.2.84
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 07e5693dec..1490aef578 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.83" +version = "0.2.84" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |