summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHans Christian Schmitz <hcsch@hcsch.eu>2021-08-24 09:37:47 +0200
committerHans Christian Schmitz <hcsch@hcsch.eu>2021-08-24 09:37:47 +0200
commit28a482bb8b2c2df65f743613e3cde13ff1074984 (patch)
treec039b8517c2560852c6b074918b1fe7fae86e6fe /Cargo.toml
parent72fdbd8aef23773aedefed23555a9bc77e73c35a (diff)
downloadrust-libc-28a482bb8b2c2df65f743613e3cde13ff1074984.tar.gz
Bump to 0.2.101
New release to allow for usage of `strtof` introduced in #2358 for fuzzing of `hexf-parse` while comparing against `strtof` results.
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 03dfb09db0..43ed571dcf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.100"
+version = "0.2.101"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"