summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2019-08-06 16:41:01 -0600
committerGitHub <noreply@github.com>2019-08-06 16:41:01 -0600
commit063d7ac340298f6befb5541b529653e23f84e706 (patch)
treeec013f128b98c2851534aaadcc97c0312e73684e
parent2b01f7e67322175e05f25325e6e941aa9a3ddeae (diff)
downloadrust-libc-063d7ac340298f6befb5541b529653e23f84e706.tar.gz
Bump version to 0.2.61
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf6ff2c0f9..3cda439941 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"