Skip to content

Commit 21b563e

Browse files
committed
Cargo: Use v2 resolver
1 parent e2b9351 commit 21b563e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/crates.io"
77
description = "Backend of crates.io"
88
edition = "2018"
9+
resolver = "2"
910
default-run = "server"
1011

1112
[workspace]

src/s3/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/crates.io"
88
description = "Interaction between crates.io and S3 for storing crate files"
99
edition = "2018"
10+
resolver = "2"
1011

1112
[lib]
1213

0 commit comments

Comments
 (0)