summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parent09fdbccf414d8495e5377a1edbd3f59e541d33a5 (diff)
downloadrust-libc-3d544321448773c04984fb29e92d6c2c2e130622.tar.gz
Release 0.2.106 to incorporate build fix for #24840.2.106
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 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"