summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-10-15 00:46:25 -0700
committerGitHub <noreply@github.com>2016-10-15 00:46:25 -0700
commitf608f06e330b8d372c794387f0c20431a95e46b3 (patch)
tree2cc21349b21c7a3e895674472389fc334e8ed879
parentb01a0fbe5fe133189813821984aca60fa5a2d643 (diff)
parentf75965646efd27e9a511ab326620d729791d6ecc (diff)
downloadrust-libc-f608f06e330b8d372c794387f0c20431a95e46b3.tar.gz
Merge pull request #430 from alexcrichton/bump0.2.17
Bump to 0.2.17
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6313e804e9..33d0a20ae8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,7 +3,7 @@ name = "libc-test"
version = "0.1.0"
dependencies = [
"ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
- "libc 0.2.16",
+ "libc 0.2.17",
]
[[package]]
@@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.16"
+version = "0.2.17"
[[package]]
name = "log"
diff --git a/Cargo.toml b/Cargo.toml
index 5dc0ec4e4e..c08ab3aab9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.16"
+version = "0.2.17"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"