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:
Jiahao XU 2023-08-26 17:33:04 +10:00 committed by GitHub
parent d2c3377388
commit 88702011c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"crates/atomic-file-install",
"crates/bin",