summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-12-17 15:20:36 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-12-17 15:20:36 -0800
commit31423a3e2458d9dd218c4c2188df097d86b5949a (patch)
treee70fb0ac687df50007a3561fdb4543f38488b084
parent9863d5645fc4d1be789d03bcf58c1b3cfafbba39 (diff)
parentff38c3a1210e9f5a7e4072006d670fb575be15cd (diff)
downloadrust-libc-0.2.4.tar.gz
Merge pull request #106 from alexcrichton/bump0.2.4
Bump to 0.2.4
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.lock12
2 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 97f717e8bf..b429814874 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.3"
+version = "0.2.4"
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 5a163d1e67..f4678de593 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.3",
+ "libc 0.2.4",
]
[[package]]
@@ -25,13 +25,13 @@ name = "ctest"
version = "0.1.0"
source = "git+https://github.com/alexcrichton/ctest#4e3a8027b540b79769fcd3945a6de9f1e5edf8e0"
dependencies = [
- "gcc 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gcc 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
"syntex_syntax 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gcc"
-version = "0.3.20"
+version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -54,19 +54,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.2"
+version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.3"
+version = "0.2.4"
[[package]]
name = "log"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]