From 81862f5c0ee9676626bb30d8138598c122a2ed1f Mon Sep 17 00:00:00 2001 From: Max Audron Date: Mon, 29 Nov 2021 14:08:02 +0100 Subject: remove no longer needed feature flag so we can compile on rust stable --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 69f0628..92c4ba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,6 +53,8 @@ sender-prefixes = [] # Support for exchangeable auth backends authenticators = [] +# Enable the test crate/feature for running benchmarks +bench = [] default = ["client"] -- cgit v1.2.3