Skip to content

Commit

Permalink
Merge pull request #690 from arttet/chore/cc
Browse files Browse the repository at this point in the history
Bump cc dependency
  • Loading branch information
tgross35 authored Sep 25, 2024
2 parents 48f67cf + b9a1617 commit 3bfc9cc
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.0" }
cc = { optional = true, version = "1.1" }

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

0 comments on commit 3bfc9cc

Please sign in to comment.