Bump cc dependency

This commit is contained in:
Artyom Tetyukhin 2024-09-25 18:21:36 +04:00
parent cc3f6697e9
commit 70d74bb7a4
No known key found for this signature in database
GPG Key ID: 72A53C0ACCC6DE01

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