diff options
author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-03-29 21:34:17 +0200 |
---|---|---|
committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-03-30 12:04:45 +0200 |
commit | 172771e8c6abb1c98dac1a8f28f0f244c3326d93 (patch) | |
tree | 5f0b629591a1d968d5f8c3f1832c1731254391fc | |
parent | 86236a83f757cfb5227ec7f02d71429c18d22dce (diff) | |
download | rust-libc-172771e8c6abb1c98dac1a8f28f0f244c3326d93.tar.gz |
Bump crate version to 0.2.92
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | libc-test/Cargo.toml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0c4443577d..b2821b2c25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.91" +version = "0.2.92" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml index 0fc3576206..d6b8336a13 100644 --- a/libc-test/Cargo.toml +++ b/libc-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc-test" -version = "0.2.91" +version = "0.2.92" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" build = "build.rs" @@ -12,7 +12,7 @@ A test crate for the libc crate. [dependencies.libc] path = ".." -version = "0.2.91" +version = "0.2.92" default-features = false [build-dependencies] |