summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-09-27 11:14:31 +0000
committerbors <bors@rust-lang.org>2021-09-27 11:14:31 +0000
commitdc343939e5e0c5a36e354e8eb808b4c2e0a80700 (patch)
treecd74534432864a7ff53a73010a379c002a9fd47b
parent39d69eb3def45c89285f19f316d30fded01e4c21 (diff)
parente2e1726fbe88437c1f4b77853321b123d9c0ab8a (diff)
downloadrust-libc-0.2.103.tar.gz
Auto merge of #2404 - GuillaumeGomez:upgrade, r=JohnTitor0.2.103
Upgrade crate version to 0.2.103 If you can release a new version, it'd be awesome! :)
-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 57c3a4ce86..6d2c9beb2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.102"
+version = "0.2.103"
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 c6920d3f10..72e41a696c 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.102"
+version = "0.2.103"
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.102"
+version = "0.2.103"
default-features = false
[build-dependencies]