summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-01-04 14:35:38 -0800
committerGitHub <noreply@github.com>2017-01-04 14:35:38 -0800
commit3ae8c850aa800c6c9440b65c6ea7cfc92731466d (patch)
tree21c804bd2704397093d496636ef0902861f23417
parent4f3ec99b53e211038796bb0b7f55d5537b3afed4 (diff)
parenta2dd65a5a8a58fd30bdb27e364afa01e2a936844 (diff)
downloadrust-libc-3ae8c850aa800c6c9440b65c6ea7cfc92731466d.tar.gz
Merge pull request #487 from alexcrichton/bump0.2.19
Bump to 0.2.19
-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 53b07dcc3f..3827d56f98 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,7 +3,7 @@ name = "libc-test"
version = "0.1.0"
dependencies = [
"ctest 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.18",
+ "libc 0.2.19",
]
[[package]]
@@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.18"
+version = "0.2.19"
[[package]]
name = "log"
diff --git a/Cargo.toml b/Cargo.toml
index 7ac523e27a..47146b2625 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.18"
+version = "0.2.19"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"