summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-03-18 18:33:36 +0000
committerbors <bors@rust-lang.org>2021-03-18 18:33:36 +0000
commit9d710c1fe09d06215306fb3684b0b1628deafd9e (patch)
tree89aa15a14553fb468bca7ea730b8cefc7a3d86a9
parent1fcfd21119047b422124df16e938b1e8e4159fed (diff)
parentc6e8f02a08bf3ca7b8a7609c955b4f1cae02cc96 (diff)
downloadrust-libc-9d710c1fe09d06215306fb3684b0b1628deafd9e.tar.gz
Auto merge of #2118 - Amanieu:bump2, r=JohnTitor0.2.90
Bump to 0.2.90
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e0b5bfb58..c60d5f2ab5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.89"
+version = "0.2.90"
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 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"