Skip to content

Commit

Permalink
Fix rust-bindgen build
Browse files Browse the repository at this point in the history
Tell cargo we've modified the code of rust-bindgen so
the checksum verification of this crate should be skipped.
  • Loading branch information
hawkeye116477 authored and MrAlex94 committed May 28, 2024
1 parent 609e3a4 commit 9f34d32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,8 @@ uniffi_bindgen = "=0.23.0"
uniffi_build = "=0.23.0"
uniffi_macros = "=0.23.0"
weedle2 = "=4.0.0"

[patch.crates-io.bindgen_0_64_0]
package = "bindgen"
version = "0.64.0"
path = "third_party/rust/bindgen"

0 comments on commit 9f34d32

Please sign in to comment.