Merge pull request #695 from rust-lang/revert-690-chore/cc

Revert "Bump cc dependency"
This commit is contained in:
Trevor Gross 2024-09-27 07:07:36 -04:00 committed by GitHub
commit 5c103f21bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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