diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-10-15 19:41:25 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-10-15 19:41:25 +0000 |
commit | 25ed0a7605bc470e149493e4c289969639876329 (patch) | |
tree | e002c9eaaa074e321dd1ec637a736f72dfc493cf /regress | |
parent | 2fe350648230fae36c7ed5c60c86cd042fe6a61a (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.toml | 1 |
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", |