diff options
author | Jonas Schievink <jonasschievink@gmail.com> | 2021-06-11 12:26:12 +0200 |
---|---|---|
committer | Jonas Schievink <jonasschievink@gmail.com> | 2021-06-11 12:26:12 +0200 |
commit | 6743435b3ee31b65248b7ab2e98fe81c9b553b56 (patch) | |
tree | 0a63361cd50e42d74341c6c4eb97d4ccc6cb15b4 /Cargo.toml | |
parent | dac89a3159cd5b3c712ababc131bbaedf415e4b3 (diff) | |
download | rust-libc-6743435b3ee31b65248b7ab2e98fe81c9b553b56.tar.gz |
Bump version to 0.2.97
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 3d9989c25b..66ced3c6b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.96" +version = "0.2.97" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |