summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2021-10-31 01:32:28 +0200
committerJosh Triplett <josh@joshtriplett.org>2021-10-31 01:32:28 +0200
commit3d544321448773c04984fb29e92d6c2c2e130622 (patch)
treecf63a80645f62d3ea56eb29e32eb7d0d1d7d81a1
parent09fdbccf414d8495e5377a1edbd3f59e541d33a5 (diff)
downloadrust-libc-0.2.106.tar.gz
Release 0.2.106 to incorporate build fix for #24840.2.106
-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 3b2526caf5..31c80988e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.105"
+version = "0.2.106"
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 46574e75ec..d6d638b1a9 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc-test"
-version = "0.2.105"
+version = "0.2.106"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
build = "build.rs"