Skip to content

Commit eb04d58

Browse files
committed
Add patch.
1 parent 1d7eb81 commit eb04d58

File tree

7 files changed

+133
-145
lines changed

7 files changed

+133
-145
lines changed

Cargo.lock

Lines changed: 72 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ include = [
3232
[badges]
3333
travis-ci = { repository = "rust-lang/rust-bindgen" }
3434

35+
[workspace]
36+
members = [
37+
"bindgen-integration",
38+
"tests/quickchecking",
39+
]
40+
3541
[lib]
3642
path = "src/lib.rs"
3743

@@ -86,3 +92,7 @@ testing_only_docs = []
8692
testing_only_extra_assertions = []
8793
testing_only_libclang_9 = []
8894
testing_only_libclang_5 = []
95+
96+
[patch.crates-io]
97+
cexpr = { git = "https://github.com/reitermarkus/rust-cexpr", branch = "cast-expr" }
98+
# cexpr = { path = "./rust-cexpr" }

0 commit comments

Comments
 (0)