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' }