summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-01-26 17:00:05 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-01-26 17:00:05 -0800
commit5f545a84b134856428a39e4907e1c7695369a730 (patch)
treecbc5fb8572b90ad89e0428008d2ce9c2e1b594b4
parent5941675d20123d17f987d626fc51dee73d7dc8df (diff)
parent381be4bcb01de665f783b7fae72841afd63b41a1 (diff)
downloadrust-libc-5f545a84b134856428a39e4907e1c7695369a730.tar.gz
Merge pull request #155 from alexcrichton/bump0.2.6
Bump to 0.2.6
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.lock8
-rw-r--r--libc-test/generate-files/Cargo.lock4
3 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 312d26c0c8..a21ec6734e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.5"
+version = "0.2.6"
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 5d82f9cd79..fd2a533959 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.5",
+ "libc 0.2.6",
]
[[package]]
@@ -54,19 +54,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.4"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.5"
+version = "0.2.6"
[[package]]
name = "log"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
diff --git a/libc-test/generate-files/Cargo.lock b/libc-test/generate-files/Cargo.lock
index b7a16f752c..8a599cff1b 100644
--- a/libc-test/generate-files/Cargo.lock
+++ b/libc-test/generate-files/Cargo.lock
@@ -53,7 +53,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.4"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -61,7 +61,7 @@ name = "log"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]