Skip to content

Commit 8123309

Browse files
committed
Auto merge of #3893 - Turbo87:resolver, r=hi-rustin
Cargo: Use v2 resolver see https://doc.rust-lang.org/cargo/reference/features.html#feature-resolver-version-2 It doesn't make a difference for us right now, but I guess we should move to the new resolver instead of staying behind on the old one for no reason :)
2 parents 16a7465 + 21b563e commit 8123309

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)