diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-02-08 09:35:55 +0100 |
---|---|---|
committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-02-08 09:36:13 +0100 |
commit | 1e7e5f303bf6a3579d95b13dc16a3d803bb8cb22 (patch) | |
tree | 2ee2c5eb870642f84195de03899ef7f9b451baae /Cargo.toml | |
parent | b43486f4ff2477c4e49919e3efc79516a6aca9a1 (diff) | |
download | rust-libc-1e7e5f303bf6a3579d95b13dc16a3d803bb8cb22.tar.gz |
Upgrade crate version to 0.2.86
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 247e4db179..65749ad55d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.85" +version = "0.2.86" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |