summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@cloudflare.com>2021-10-12 10:28:34 +0100
committerAlessandro Ghedini <alessandro@cloudflare.com>2021-10-12 10:28:34 +0100
commitc6ad015d15f2b87dc84d6b83db6abc77c0d19722 (patch)
tree23f433de6c43a0a098d76685620d121c6da38b1c
parentacc47b21be7fcd25d5351333787d81903642bbdf (diff)
downloadrust-libc-c6ad015d15f2b87dc84d6b83db6abc77c0d19722.tar.gz
Bump version to 0.2.104
-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 6d2c9beb2a..8a97e73bc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.103"
+version = "0.2.104"
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 72e41a696c..526e7b5a9a 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.103"
+version = "0.2.104"
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.103"
+version = "0.2.104"
default-features = false
[build-dependencies]