diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-01-04 13:52:33 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-01-04 13:52:33 -0800 |
commit | a2dd65a5a8a58fd30bdb27e364afa01e2a936844 (patch) | |
tree | 21c804bd2704397093d496636ef0902861f23417 /Cargo.lock | |
parent | 4f3ec99b53e211038796bb0b7f55d5537b3afed4 (diff) | |
download | rust-libc-a2dd65a5a8a58fd30bdb27e364afa01e2a936844.tar.gz |
Bump to 0.2.19
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 53b07dcc3f..3827d56f98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,7 +3,7 @@ name = "libc-test" version = "0.1.0" dependencies = [ "ctest 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.18", + "libc 0.2.19", ] [[package]] @@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "libc" -version = "0.2.18" +version = "0.2.19" [[package]] name = "log" |