summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-03-29 21:34:17 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2021-03-30 12:04:45 +0200
commit172771e8c6abb1c98dac1a8f28f0f244c3326d93 (patch)
tree5f0b629591a1d968d5f8c3f1832c1731254391fc /Cargo.toml
parent86236a83f757cfb5227ec7f02d71429c18d22dce (diff)
downloadrust-libc-172771e8c6abb1c98dac1a8f28f0f244c3326d93.tar.gz
Bump crate version to 0.2.92
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 0c4443577d..b2821b2c25 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.91"
+version = "0.2.92"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"