summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-12-16 13:01:09 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-12-16 13:01:09 -0800
commitab53d5e9571954985955c48f4dcf31ef9b54540f (patch)
tree17955075425e01898f5ca66c7bd98c3f548ae939
parent0ac0bc0cce734a05a394e05d8d8f4a7dd4ee15ea (diff)
parent79d989996b227a47ccbc05e297a979ecd9948438 (diff)
downloadrust-libc-ab53d5e9571954985955c48f4dcf31ef9b54540f.tar.gz
Merge pull request #103 from alexcrichton/bump0.2.3
Bump to 0.2.3
-rw-r--r--Cargo.toml2
-rw-r--r--libc-test/Cargo.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2a788dadbc..97f717e8bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "libc"
-version = "0.2.2"
+version = "0.2.3"
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 4d851de678..5a163d1e67 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.2",
+ "libc 0.2.3",
]
[[package]]
@@ -23,7 +23,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ctest"
version = "0.1.0"
-source = "git+https://github.com/alexcrichton/ctest#4b29e7d8cf64370a3e38c9a2f31fc577a953689b"
+source = "git+https://github.com/alexcrichton/ctest#4e3a8027b540b79769fcd3945a6de9f1e5edf8e0"
dependencies = [
"gcc 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
"syntex_syntax 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -55,11 +55,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
-version = "0.2.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
+version = "0.2.3"
[[package]]
name = "log"