diff options
author | Jeremy Soller <jeremy@system76.com> | 2019-01-14 08:07:57 -0700 |
---|---|---|
committer | Jeremy Soller <jeremy@system76.com> | 2019-01-14 08:07:57 -0700 |
commit | 84d31473544aa2792d9f956dfc5e64b9de832700 (patch) | |
tree | 0fdf09a401819c9c12d65f310363d2d89171f494 /Cargo.toml | |
parent | 1329b13c98117ae7567a86884de638fa4c8f7e74 (diff) | |
download | rust-libc-84d31473544aa2792d9f956dfc5e64b9de832700.tar.gz |
Bump version to 0.2.47
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 f7bf9f56cd..1d61dad1db 100644 --- a/Cargo.toml +++ b/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" |