diff options
author | bors <bors@rust-lang.org> | 2021-09-15 07:38:34 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2021-09-15 07:38:34 +0000 |
commit | e2aabf1411134eac3dfd42d1c2e2f44b5b0d0c46 (patch) | |
tree | d6b213c7811c4ccfec84a89f100ad40d9e80c1b3 /Cargo.toml | |
parent | e0670c1858da985676001dcc052dcffd237a8410 (diff) | |
parent | 7df807c16cbef9d5368c8d4f74ad56a2b7472876 (diff) | |
download | rust-libc-0.2.102.tar.gz |
Auto merge of #2383 - luqmana:ver-102, r=JohnTitor0.2.102
Bump to 0.2.102
Bump patch version to access new fn's in #2382.
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 43ed571dcf..57c3a4ce86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.101" +version = "0.2.102" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |