diff options
author | Amanieu d'Antras <amanieu@gmail.com> | 2021-03-18 11:32:23 +0000 |
---|---|---|
committer | Amanieu d'Antras <amanieu@gmail.com> | 2021-03-18 11:32:23 +0000 |
commit | c6e8f02a08bf3ca7b8a7609c955b4f1cae02cc96 (patch) | |
tree | 89aa15a14553fb468bca7ea730b8cefc7a3d86a9 /libc-test/Cargo.toml | |
parent | 1fcfd21119047b422124df16e938b1e8e4159fed (diff) | |
download | rust-libc-c6e8f02a08bf3ca7b8a7609c955b4f1cae02cc96.tar.gz |
Bump to 0.2.90
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r-- | libc-test/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 0cadcde1fb..69f06fe360 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.89" +version = "0.2.90" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" build = "build.rs" |