Skip to content

Commit

Permalink
Merge pull request #695 from rust-lang/revert-690-chore/cc
Browse files Browse the repository at this point in the history
Revert "Bump cc dependency"
  • Loading branch information
tgross35 authored Sep 27, 2024
2 parents bb18ce5 + 1191189 commit 3feb7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1" }
cc = { optional = true, version = "1.0" }

[dev-dependencies]
panic-handler = { path = 'crates/panic-handler' }
Expand Down

0 comments on commit 3feb7e6

Please sign in to comment.