From e526699c87630b380f3abf33897ddf48f0625f8d Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 26 Jul 2023 17:49:39 -0500 Subject: [PATCH] Properly expose spawner method on config --- actix/Cargo.toml | 2 +- actix/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 97b0858..9c32f15 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-signature-normalization-actix" description = "An HTTP Signatures library that leaves the signing to you" -version = "0.9.0" +version = "0.9.1" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md" diff --git a/actix/src/lib.rs b/actix/src/lib.rs index e6f22dc..63d57a8 100644 --- a/actix/src/lib.rs +++ b/actix/src/lib.rs @@ -507,7 +507,7 @@ impl Config { } } - #[cfg(client)] + #[cfg(feature = "client")] /// Set the spawner for spawning blocking tasks /// /// http-signature-normalization-actix offloads signing messages and generating hashes to a