diff options
author | Josh Triplett <josh@joshtriplett.org> | 2020-10-04 22:08:59 -0700 |
---|---|---|
committer | Josh Triplett <josh@joshtriplett.org> | 2020-10-04 22:08:59 -0700 |
commit | 1818abfb3123fa44c8c3dd071635e85d2170647f (patch) | |
tree | 6c3f818c09b188b620421f8dbf4517cf1cccce6f /Cargo.toml | |
parent | b4c81e9871e50c1d35ccc973952b1bb71b10aa9e (diff) | |
download | rust-libc-1818abfb3123fa44c8c3dd071635e85d2170647f.tar.gz |
libc 0.2.790.2.79
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 6fce5a4cab..63f0113889 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libc" -version = "0.2.78" +version = "0.2.79" authors = ["The Rust Project Developers"] license = "MIT OR Apache-2.0" readme = "README.md" |