summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2021-03-23 10:26:40 +0900
committerYuki Okushi <huyuumi.dev@gmail.com>2021-03-23 10:26:40 +0900
commit765cca1fe2603b4838c0fcd741b5334becf0cda8 (patch)
tree13df4e0c32611e11df557322b703c7e0d308e8a3
parentac935822f62625d08b33e2a56c20e6f24dc575ef (diff)
downloadrust-libc-765cca1fe2603b4838c0fcd741b5334becf0cda8.tar.gz
Bump to 0.2.91
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c60d5f2ab5..0c4443577d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.90"
+version = "0.2.91"
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 69f06fe360..0fc3576206 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.90"
+version = "0.2.91"
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.88"
+version = "0.2.91"
default-features = false
[build-dependencies]