summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-10-15 19:41:25 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-10-15 19:41:25 +0000
commit25ed0a7605bc470e149493e4c289969639876329 (patch)
treee002c9eaaa074e321dd1ec637a736f72dfc493cf /regress
parent2fe350648230fae36c7ed5c60c86cd042fe6a61a (diff)
rust-openssl: set resolver="2" for workspace
silences an annoying warning
Diffstat (limited to 'regress')
-rw-r--r--regress/lib/libssl/rust-openssl/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/lib/libssl/rust-openssl/Cargo.toml b/regress/lib/libssl/rust-openssl/Cargo.toml
index c33c3475a7e..63194cb3fd8 100644
--- a/regress/lib/libssl/rust-openssl/Cargo.toml
+++ b/regress/lib/libssl/rust-openssl/Cargo.toml
@@ -1,4 +1,5 @@
[workspace]
+resolver = "2"
members = [
"openssl",
"openssl-errors",