diff options
author | Yuki Okushi <yuki.okushi@huawei.com> | 2021-07-07 12:53:28 +0900 |
---|---|---|
committer | Yuki Okushi <yuki.okushi@huawei.com> | 2021-07-07 12:53:28 +0900 |
commit | f011c6ca082b5d339c215eeeefc2a10316521c3a (patch) | |
tree | 800abbbe21034592b6ff9963a0fcdd35cf8050ca /Cargo.toml | |
parent | f3b7e0ec2e05f45e03a5eec76265cd340675a179 (diff) | |
download | rust-libc-f011c6ca082b5d339c215eeeefc2a10316521c3a.tar.gz |
Release 0.2.98
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 66ced3c6b0..905c610e75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.97" +version = "0.2.98" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |