summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-02-21 08:22:22 +0900
committerGitHub <noreply@github.com>2020-02-21 08:22:22 +0900
commit23caafdfec968bf5d8acb341d95cdcffad18821b (patch)
treecdd263eaf7e28c9512056530fe5235ec387df5fa
parent89a8e048bee869d31dde0ac464e6663e27fe22c7 (diff)
parente4494e49d728a1bf50774ce71c4a8cd1353cb975 (diff)
downloadrust-libc-23caafdfec968bf5d8acb341d95cdcffad18821b.tar.gz
Merge pull request #1666 from 0xngold/bump_version0.2.67
Bump to 0.2.67.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c701f41f2a..0ae6c94304 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libc"
-version = "0.2.66"
+version = "0.2.67"
authors = ["The Rust Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"