From 114437e178739d4c4c195b551524bd560f54fc34 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 31 Aug 2021 07:04:58 -0700 Subject: [PATCH] Bump to 1.0.70 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7983d659..c6a839a46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.69" +version = "1.0.70" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs"