From ab5245ad7219e0bb908c2ea04b34fb22624a9e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Thu, 6 Jul 2023 22:04:01 +0200 Subject: Fix a compilation error when running 'cargo bench --no-default-features --features crypto-botan2' --- openpgp/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml index 1a9e6585..8af47f5d 100644 --- a/openpgp/Cargo.toml +++ b/openpgp/Cargo.toml @@ -160,3 +160,4 @@ required-features = ["compression-deflate"] [[bench]] name = "run_benchmarks" harness = false +required-features = ["compression-deflate"] -- cgit v1.2.3