summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-09-17 17:50:24 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-09-17 17:50:24 +0200
commite2e1726fbe88437c1f4b77853321b123d9c0ab8a (patch)
tree08fd642d65ec231553063ae80bcd2f93987d9059
parenta50d9e87b1b9c8f6dda88218b3a4a010b4952de9 (diff)
downloadrust-libc-e2e1726fbe88437c1f4b77853321b123d9c0ab8a.tar.gz
Upgrade crate version to 0.2.103
-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]