diff options
author | Lee Bousfield <ljbousfield@gmail.com> | 2017-05-18 18:41:37 -0600 |
---|---|---|
committer | Lee Bousfield <ljbousfield@gmail.com> | 2017-05-18 18:41:37 -0600 |
commit | 0457d3b32f995b2220ee0b18bedc065ab19e9d93 (patch) | |
tree | 692bcf647ae9b3063fa436f0fb69f8217ba37744 /Cargo.toml | |
parent | a3e79eb110465eaedc55a7df508ca1e4604d1b5d (diff) | |
download | rust-libc-0457d3b32f995b2220ee0b18bedc065ab19e9d93.tar.gz |
Bump to 0.2.23
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 2362eec9e1..3914fd6aa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libc" -version = "0.2.22" +version = "0.2.23" authors = ["The Rust Project Developers"] license = "MIT/Apache-2.0" readme = "README.md" |