Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Jan 12, 2025
1 parent 7b7afe8 commit 4502abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ use-custom-error = []
savvy-test = []

[build-dependencies]
cc = "1"
cc = { git = "https://github.com/rust-lang/cc-rs", tag = "cc-v1.2.7" }

# TODO: workaround for https://github.com/yutannihilation/savvy/issues/335
[patch.crates-io]
cc = { git = "https://github.com/rust-lang/cc-rs", branch = "NobodyXu-patch-1" }
cc = { git = "https://github.com/rust-lang/cc-rs", tag = "cc-v1.2.7" }

[package.metadata.docs.rs]
features = ["complex", "altrep", "logger"]
Expand Down

0 comments on commit 4502abd

Please sign in to comment.