diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-22 20:16:05 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-22 20:16:05 -0800 |
commit | 4fcdf2022df38b37365ee5d948005ac08a1f1a83 (patch) | |
tree | c204c0959100390dc708ebdd977bf9daddb356de /libc/Cargo.toml | |
parent | 8b2d8818b26e7084cad240c48fd9ce7fc2519012 (diff) | |
download | nitrocli-4fcdf2022df38b37365ee5d948005ac08a1f1a83.tar.gz nitrocli-4fcdf2022df38b37365ee5d948005ac08a1f1a83.tar.bz2 |
Update libc crate to 0.2.47
This change updates the libc crate to version 0.2.47.
Import subrepo libc/:libc at ce1dfcbf81bd74662b5cd02a9214818a0bfbbffa
Diffstat (limited to 'libc/Cargo.toml')
-rw-r--r-- | libc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Cargo.toml b/libc/Cargo.toml index f7bf9f5..1d61dad 100644 --- a/libc/Cargo.toml +++ b/libc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.46" +version = "0.2.47" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |