Revert "Bump cc dependency"

This commit is contained in:
Trevor Gross 2024-09-27 07:00:19 -04:00 committed by GitHub
parent 3e608c6cc0
commit 1649f72ea6
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' }