summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-08-12 09:13:34 +0000
committerbors <bors@rust-lang.org>2019-08-12 09:13:34 +0000
commitd279176458c2f181b427415f4d67587cd1e19d19 (patch)
treeafbd78731f8e6db8816e6d728892cd61dac70a22 /Cargo.toml
parent245b0f891bd8a02c67af7260a6e879885b3ef8b3 (diff)
parent063d7ac340298f6befb5541b529653e23f84e706 (diff)
downloadrust-libc-d279176458c2f181b427415f4d67587cd1e19d19.tar.gz
Auto merge of #1458 - jackpot51:patch-1, r=gnzlbg
Bump version to 0.2.61 Releasing a version now will allow Redox compilation to work again, as it will include #1438
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 0b054a8442..c6e1b98c21 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.60"
+version = "0.2.61"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"