Bump to 0.2.10

This commit is contained in:
Alex Crichton 2016-04-12 11:08:17 -07:00
parent 74f8f4ae88
commit b302bed9d2
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "libc"
version = "0.2.9"
version = "0.2.10"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"

4
libc-test/Cargo.lock generated
View file

@ -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.9",
"libc 0.2.10",
]
[[package]]
@ -46,7 +46,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.9"
version = "0.2.10"
[[package]]
name = "log"