Skip to content

Commit c2380fe

Browse files
committed
update cc dependency
1 parent e958ecf commit c2380fe

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@ serde-sarif = "0.4"
2626
serde_yaml = "0.9.21"
2727
sha2 = "0.10.7"
2828
tracing = "0.1.40"
29-
uuid = { version = "1.6.1", features = ["v4"] }
30-
31-
# We're getting instability in macOS CI with cc 1.0.85, so pin to 1.0.83 until we can investigate further
32-
[patch.crates-io]
33-
cc = { git = "https://github.com/rust-lang/cc-rs", tag = "1.0.83" }
29+
uuid = { version = "1.6.1", features = ["v4"] }

crates/static-analysis-kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ thiserror = "1.0.59"
2424
tree-sitter = "0.22.6"
2525

2626
[build-dependencies]
27-
cc = "*"
27+
cc = "1.0.97"

0 commit comments

Comments
 (0)