diff options
author | ThiƩbaud Weksteen <tweek@google.com> | 2021-05-31 17:21:11 +0200 |
---|---|---|
committer | ThiƩbaud Weksteen <tweek@google.com> | 2021-06-07 09:22:13 +0200 |
commit | 354747d6e059d3f9840829b47fa935fff8d37091 (patch) | |
tree | 67c56248047e04cddbafa0f9479fe62ebe89db47 /Cargo.toml | |
parent | f9ee729a53744048c1c529fefd28de3fd24faa5f (diff) | |
download | rust-libc-354747d6e059d3f9840829b47fa935fff8d37091.tar.gz |
Bump to 0.2.96
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 8e9e433d89..3d9989c25b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.95" +version = "0.2.96" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |