summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2021-05-11 15:32:18 +0100
committerEmīls <emils@mullvad.net>2021-05-12 13:54:16 +0100
commit1cd38b170132136f787c625d26f83e3a8b93b03e (patch)
treea89cbf70c4d2dea56dd0112f26c1649418a26481 /Cargo.toml
parent065b22cfb626376d81e5a257ef1daec1de39e107 (diff)
downloadrust-libc-1cd38b170132136f787c625d26f83e3a8b93b03e.tar.gz
Bump libc version
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 1299376e2f..8e9e433d89 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.94"
+version = "0.2.95"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"