about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorWeihang Lo <me@weihanglo.tw>2023-05-30 23:58:20 +0100
committerWeihang Lo <me@weihanglo.tw>2023-05-31 00:08:11 +0100
commit5abff3753a7c806251a384295ea577b1ee0ddbff (patch)
treec6f1606982e0e27d3cf0b434e7c51b0e3ffc2f57 /src/ci
parentf0411ffcebcd7f75ac02ed45feb53ffd07b75398 (diff)
downloadrust-5abff3753a7c806251a384295ea577b1ee0ddbff.tar.gz
rust-5abff3753a7c806251a384295ea577b1ee0ddbff.zip
Explicit set `workspace.resolver = "1"`
rust-lang/cargo#10910 starts emitting warning if resolver is not set
for 2021 edition package. We want to surpress the warning for now.
Diffstat (limited to 'src/ci')
-rw-r--r--src/ci/docker/host-x86_64/test-various/uefi_qemu_test/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/test-various/uefi_qemu_test/Cargo.toml b/src/ci/docker/host-x86_64/test-various/uefi_qemu_test/Cargo.toml
index fa8e5b3d080..2d17cf7d47a 100644
--- a/src/ci/docker/host-x86_64/test-various/uefi_qemu_test/Cargo.toml
+++ b/src/ci/docker/host-x86_64/test-various/uefi_qemu_test/Cargo.toml
@@ -4,6 +4,7 @@ version = "0.0.0"
 edition = "2021"
 
 [workspace]
+resolver = "1"
 
 [dependencies]
 r-efi = "4.1.0"