diff --git a/Cargo.lock b/Cargo.lock
index ef78f7c595570ee59119f6bcc5acd183a4e0c1b4..bfaa4542c86d5a35a55f685e42568fc912502ae3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,7 +3,7 @@ name = "libc-test"
 version = "0.1.0"
 dependencies = [
  "ctest 0.1.4 (git+https://github.com/alexcrichton/ctest?branch=long)",
- "libc 0.2.29",
+ "libc 0.2.30",
 ]
 
 [[package]]
@@ -76,11 +76,11 @@ dependencies = [
 [[package]]
 name = "libc"
 version = "0.2.29"
+source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "libc"
-version = "0.2.29"
-source = "registry+https://github.com/rust-lang/crates.io-index"
+version = "0.2.30"
 
 [[package]]
 name = "log"
diff --git a/Cargo.toml b/Cargo.toml
index bacf8b6d722e5dc454c65e3823261ee2e56b235d..8bffe2de804f2a354c37cd95aca84a204a38f360 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 
 name = "libc"
-version = "0.2.29"
+version = "0.2.30"
 authors = ["The Rust Project Developers"]
 license = "MIT/Apache-2.0"
 readme = "README.md"