mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
Use resolver 2 for cargo workspace (#1330)
Since some of our workspace crates still uses edition 2018, we need to explicitly specify the resolver. Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
d2c3377388
commit
88702011c6
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"crates/atomic-file-install",
|
||||
"crates/bin",
|
||||
|
|
Loading…
Add table
Reference in a new issue