From 1191189a5209410003ca9343faef0cb8dc3ace5c Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Fri, 27 Sep 2024 07:00:19 -0400 Subject: [PATCH] Revert "Bump cc dependency" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fd3b2230..75cebda89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ test = false core = { version = "1.0.0", optional = true, package = 'rustc-std-workspace-core' } [build-dependencies] -cc = { optional = true, version = "1.1" } +cc = { optional = true, version = "1.0" } [dev-dependencies] panic-handler = { path = 'crates/panic-handler' }