artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26dd3e3
)
rust-openssl: set resolver="2" for workspace
author
tb
<tb@openbsd.org>
Tue, 15 Oct 2024 19:41:24 +0000
(19:41 +0000)
committer
tb
<tb@openbsd.org>
Tue, 15 Oct 2024 19:41:24 +0000
(19:41 +0000)
silences an annoying warning
regress/lib/libssl/rust-openssl/Cargo.toml
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/rust-openssl/Cargo.toml
b/regress/lib/libssl/rust-openssl/Cargo.toml
index
c33c347
..
63194cb
100644
(file)
--- 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",