summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-02-09 15:27:19 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-02-09 15:27:19 -0800
commit379e92f27e6bba4ade704d993f8ce57d8a507e0b (patch)
tree637f2793b6959e18614be8f2401ab827ee0cfb07
parent9a3de2f0cf7e7c6bf8beb517716d9addeb1985ae (diff)
parent87e6c65c74fd4422c1c405717308bb2f36de344c (diff)
downloadrust-libc-379e92f27e6bba4ade704d993f8ce57d8a507e0b.tar.gz
Merge pull request #179 from alexcrichton/bump0.2.7
Bump to 0.2.7
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a21ec6734e..067d0785b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.6"
+version = "0.2.7"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
diff --git a/libc-test/Cargo.lock b/libc-test/Cargo.lock
index fd2a533959..e5564c5643 100644
--- a/libc-test/Cargo.lock
+++ b/libc-test/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.6",
+ "libc 0.2.7",
]
[[package]]
@@ -59,7 +59,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.6"
+version = "0.2.7"
[[package]]
name = "log"