Skip to content

Commit

Permalink
fix: enforce cc@1.1.31 (#2907)
Browse files Browse the repository at this point in the history
All later versions are broken

rust-lang/cc-rs#1278
  • Loading branch information
dignifiedquire authored Nov 7, 2024
1 parent 81c8ff7 commit 68c6184
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
19 changes: 11 additions & 8 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions iroh-base/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ rust-version = "1.76"
workspace = true

[dependencies]
cc = "=1.1.31" # enforce cc version, because of https://github.com/rust-lang/cc-rs/issues/1278
anyhow = { version = "1" }
blake3 = { version = "1.4.5", package = "iroh-blake3", optional = true }
data-encoding = { version = "2.3.3", optional = true }
Expand Down
2 changes: 2 additions & 0 deletions iroh-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ rust-version = "1.76"
workspace = true

[dependencies]
cc = "=1.1.31" # enforce cc version, because of https://github.com/rust-lang/cc-rs/issues/1278

anyhow = { version = "1" }
backoff = "0.4.0"
base64 = "0.22.1"
Expand Down
1 change: 1 addition & 0 deletions iroh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ rust-version = "1.76"
workspace = true

[dependencies]
cc = "=1.1.31" # enforce cc version, because of https://github.com/rust-lang/cc-rs/issues/1278
anyhow = { version = "1" }
async-channel = "2.3.1"
bao-tree = { version = "0.13", features = ["tokio_fsm"], default-features = false }
Expand Down

0 comments on commit 68c6184

Please sign in to comment.