From 7d168c4a9b07fd422fb37e2de1f19f1635c8d419 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Wed, 14 Dec 2022 16:31:53 -0800 Subject: [PATCH] Prep release 1.0.78 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78f12e091..c5b9003ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.77" +version = "1.0.78" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cc-rs"