From daa41b9abd5c2a8af2f4f605f88b1b12c8edb172 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sat, 19 Nov 2022 19:17:54 -0800 Subject: [PATCH] Prep release 1.0.77 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index df0ff3de..78f12e09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.76" +version = "1.0.77" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs"