summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kjäll <alexander.kjall@gmail.com>2023-07-06 22:04:01 +0200
committerAlexander Kjäll <alexander.kjall@gmail.com>2023-07-06 22:04:01 +0200
commitab5245ad7219e0bb908c2ea04b34fb22624a9e25 (patch)
treecb4023a593d38c05afadaea57ebfdc21728cfa7a
parent60d6708a23621d7c886e9e61560df31895b96842 (diff)
Fix a compilation error when running 'cargo bench --no-default-features --features crypto-botan2'capitol/fix-bench-compilation-error
-rw-r--r--openpgp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"]