summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume.gomez@huawei.com>2021-08-18 13:31:52 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2021-08-19 10:10:01 +0200
commit29d0007942ca11da39f686bab3b0f38a6ff7aa9f (patch)
tree3eeb331e71c9e8769fe6f892ccdf613017088ecf /Cargo.toml
parent2e8a5e6fc9ae3eacabf558e678928f2ca963a110 (diff)
downloadrust-libc-29d0007942ca11da39f686bab3b0f38a6ff7aa9f.tar.gz
Upgrade crate version to 0.2.100
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 13fd416224..03dfb09db0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.99"
+version = "0.2.100"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"