Skip to content

Commit

Permalink
fix: Workaround cc-rs being broken
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed May 9, 2024
1 parent 488af76 commit 89b719e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ remote_component = { name = "espressif/mdns", version = "1.2" }
[build-dependencies]
embuild = "0.31.4"
toml-cfg = "0.1.3"

# See https://github.com/rust-lang/cc-rs/issues/1005
[patch.crates-io]
cc = { git = "https://github.com/rust-lang/cc-rs", tag = "1.0.83" }

0 comments on commit 89b719e

Please sign in to comment.