From 8831aa1eb95f59bd490da67b63d9e7cded4cedfc Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 15 Oct 2024 19:41:24 +0000 Subject: rust-openssl: set resolver="2" for workspace silences an annoying warning --- src/regress/lib/libssl/rust-openssl/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/regress/lib/libssl/rust-openssl/Cargo.toml b/src/regress/lib/libssl/rust-openssl/Cargo.toml index c33c3475a7..63194cb3fd 100644 --- a/src/regress/lib/libssl/rust-openssl/Cargo.toml +++ b/src/regress/lib/libssl/rust-openssl/Cargo.toml @@ -1,4 +1,5 @@ [workspace] +resolver = "2" members = [ "openssl", "openssl-errors", -- cgit v1.2.3-55-g6feb