diff options
author | leo60228 <iakornfeld@gmail.com> | 2019-03-04 18:03:29 -0500 |
---|---|---|
committer | leo60228 <iakornfeld@gmail.com> | 2019-03-04 18:03:29 -0500 |
commit | e2785de85dff0f2addadfaba98acf8fa064780dd (patch) | |
tree | 48d4256def139c2698c7589c6847020ef5d4b091 | |
parent | 750a7a61b4cca0094492c7b79ca497e15e629705 (diff) | |
download | rust-libc-e2785de85dff0f2addadfaba98acf8fa064780dd.tar.gz |
Bump libc version
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 56a0181cb4..14faaf401a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.49" +version = "0.2.50" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |