Skip to content

Commit

Permalink
Merge pull request #24 from terrybrash/pin-cc
Browse files Browse the repository at this point in the history
Pin `cc` to latest good version before linker errors
  • Loading branch information
floooh authored Mar 8, 2024
2 parents 8e949b1 + 588d1a5 commit f798532
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default = []
imgui = []

[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
cc = { version = "=1.0.83", features = ["parallel"] }

[[example]]
name = "clear"
Expand Down

0 comments on commit f798532

Please sign in to comment.