Merge pull request #690 from arttet/chore/cc

Bump cc dependency
This commit is contained in:
Trevor Gross 2024-09-25 10:36:37 -04:00 committed by GitHub
commit d88b175626
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.0" }
cc = { optional = true, version = "1.1" }
[dev-dependencies]
panic-handler = { path = 'crates/panic-handler' }