Commit d15cdbf
Merge #83
83: Support multiple cargo_metadata feature options r=therealprof a=mciantyre
The PR follows #78, which did not correct `cargo_metadata` feature exclusivity. oli-obk/cargo_metadata#118 lets us combine feature options, like `--no-default-features --features foo`, so we can fix our usage here. As of this PR, the return of `cargo_metadata` will truly reflect whatever feature options the user passes to `cargo-binutils`.
The `cargo_metadata` change was published in `0.10.1`, but this PR bumps to `0.11`, which is backwards compatible with `0.10`.
Co-authored-by: Ian McIntyre <ianpmcintyre@gmail.com>2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
| 284 | + | |
284 | 285 | | |
285 | | - | |
| 286 | + | |
| 287 | + | |
286 | 288 | | |
287 | 289 | | |
288 | 290 | | |
| |||
0 commit comments