Skip to content
Snippets Groups Projects
Commit f54b9c90 authored by Brian Anderson's avatar Brian Anderson
Browse files

Merge pull request #142 from alexcrichton/bump

Bump to 0.2.5
parents af778433 2abaf33e
No related branches found
No related tags found
Loading
[package] [package]
name = "libc" name = "libc"
version = "0.2.4" version = "0.2.5"
authors = ["The Rust Project Developers"] authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
readme = "README.md" readme = "README.md"
......
...@@ -3,7 +3,7 @@ name = "libc-test" ...@@ -3,7 +3,7 @@ name = "libc-test"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)", "ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
"libc 0.2.4", "libc 0.2.5",
] ]
[[package]] [[package]]
...@@ -55,11 +55,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" ...@@ -55,11 +55,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.4" version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "libc" name = "libc"
version = "0.2.4" version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "log" name = "log"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment