Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Jan 12, 2025
1 parent 4502abd commit 3ec3af0
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 = { git = "https://github.com/rust-lang/cc-rs", tag = "cc-v1.2.7" }
cc = { git = "https://github.com/rust-lang/cc-rs", branch = "NobodyXu-patch-1" }

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

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

0 comments on commit 3ec3af0

Please sign in to comment.