summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-03-18 05:11:48 +0900
committerGitHub <noreply@github.com>2020-03-18 05:11:48 +0900
commit39f43b5b15890f5967366496040689579812ed21 (patch)
treeddd3708fc4cba7ae277f77142532792302c20e84
parent1300d57d3e3223b8872b9304a6fe14f4f3d6917f (diff)
parent80e4b5e59a8eb5513c0505263cad5fa0586987b8 (diff)
downloadrust-libc-39f43b5b15890f5967366496040689579812ed21.tar.gz
Merge pull request #1691 from andrenth/bump0.2.68
Bump version to 0.2.68
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48190a9a32..c415c9b4fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.67"
+version = "0.2.68"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"