summaryrefslogtreecommitdiff
path: root/libc-test
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-03-29 21:34:17 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2021-03-30 12:04:45 +0200
commit172771e8c6abb1c98dac1a8f28f0f244c3326d93 (patch)
tree5f0b629591a1d968d5f8c3f1832c1731254391fc /libc-test
parent86236a83f757cfb5227ec7f02d71429c18d22dce (diff)
downloadrust-libc-172771e8c6abb1c98dac1a8f28f0f244c3326d93.tar.gz
Bump crate version to 0.2.92
Diffstat (limited to 'libc-test')
-rw-r--r--libc-test/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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]