Skip to content

Commit dd258cd

Browse files
committed
Add patch.
1 parent f9dca62 commit dd258cd

File tree

3 files changed

+65
-105
lines changed

3 files changed

+65
-105
lines changed

Cargo.lock

+58-105
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,7 @@ testing_only_docs = []
8686
testing_only_extra_assertions = []
8787
testing_only_libclang_9 = []
8888
testing_only_libclang_5 = []
89+
90+
[patch.crates-io]
91+
cexpr = { git = "https://github.com/reitermarkus/rust-cexpr", branch = "cast-expr" }
92+
# cexpr = { path = "./rust-cexpr" }

bindgen-integration/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ testing_only_docs = ["bindgen/testing_only_docs"]
1818
testing_only_extra_assertions = ["bindgen/testing_only_extra_assertions"]
1919
testing_only_libclang_9 = ["bindgen/testing_only_libclang_9"]
2020
testing_only_libclang_5 = ["bindgen/testing_only_libclang_5"]
21+
22+
[patch.crates-io]
23+
cexpr = { git = "https://github.com/reitermarkus/rust-cexpr", branch = "cast-expr" }

0 commit comments

Comments
 (0)