We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e958ecf commit c2380feCopy full SHA for c2380fe
Cargo.toml
@@ -26,8 +26,4 @@ serde-sarif = "0.4"
26
serde_yaml = "0.9.21"
27
sha2 = "0.10.7"
28
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" }
+uuid = { version = "1.6.1", features = ["v4"] }
crates/static-analysis-kernel/Cargo.toml
@@ -24,4 +24,4 @@ thiserror = "1.0.59"
24
tree-sitter = "0.22.6"
25
[build-dependencies]
-cc = "*"
+cc = "1.0.97"
0 commit comments