aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/cargo-audit/files/0.17.0-libressl.patch')
-rw-r--r--dev-util/cargo-audit/files/0.17.0-libressl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cargo-audit/files/0.17.0-libressl.patch b/dev-util/cargo-audit/files/0.17.0-libressl.patch
index ca4c9d0..bca6a30 100644
--- a/dev-util/cargo-audit/files/0.17.0-libressl.patch
+++ b/dev-util/cargo-audit/files/0.17.0-libressl.patch
@@ -22,7 +22,7 @@ index 243f146..d6d2eb4 100644
(3, 3, _) => ('3', '3', 'x'),
(3, 4, 0) => ('3', '4', '0'),
(3, 4, _) => ('3', '4', 'x'),
-+ (3, 5, _) => ('3', '5', 'x'),
++ (3, _, _) => ('3', 'x', 'x'),
_ => version_error(),
};