Skip to content

Commit

Permalink
Merge pull request #356 from DataDog/juli1/update-cc
Browse files Browse the repository at this point in the history
update cc dependency
  • Loading branch information
juli1 authored May 8, 2024
2 parents e958ecf + c2380fe commit 5d718a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ serde-sarif = "0.4"
serde_yaml = "0.9.21"
sha2 = "0.10.7"
tracing = "0.1.40"
uuid = { version = "1.6.1", features = ["v4"] }

# We're getting instability in macOS CI with cc 1.0.85, so pin to 1.0.83 until we can investigate further
[patch.crates-io]
cc = { git = "https://github.com/rust-lang/cc-rs", tag = "1.0.83" }
uuid = { version = "1.6.1", features = ["v4"] }
2 changes: 1 addition & 1 deletion crates/static-analysis-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ thiserror = "1.0.59"
tree-sitter = "0.22.6"

[build-dependencies]
cc = "*"
cc = "1.0.97"

0 comments on commit 5d718a7

Please sign in to comment.