From 7adebb9d8c235a53800c4ac3a160615aa1c5028c Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Tue, 1 Aug 2023 17:06:13 -0700 Subject: [PATCH] Bump version to 1.0.80 (#834) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2784a4f3..2ab2fd393 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.79" +version = "1.0.80" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs"