diff options
author | Adam Perry <adamperry@google.com> | 2022-01-27 00:18:48 +0000 |
---|---|---|
committer | Adam Perry <adamperry@google.com> | 2022-01-27 00:18:48 +0000 |
commit | fffd9cf6100e1a8d19749926aa75c4a1a550fa8b (patch) | |
tree | e321ec5531e65023cb55335c94913a67e1f1d014 /Cargo.toml | |
parent | 3063aa1b45ea81b623af19b3eb9ba9c43619b23c (diff) | |
download | rust-libc-fffd9cf6100e1a8d19749926aa75c4a1a550fa8b.tar.gz |
Release 0.2.115 to crates.io.
Needed by https://github.com/rust-lang/rust/pull/93351.
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 0496e3620a..c532e3377a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.114" +version = "0.2.115" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |