Properly expose spawner method on config

This commit is contained in:
asonix 2023-07-26 17:49:39 -05:00
parent cb198f6922
commit e526699c87
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package] [package]
name = "http-signature-normalization-actix" name = "http-signature-normalization-actix"
description = "An HTTP Signatures library that leaves the signing to you" description = "An HTTP Signatures library that leaves the signing to you"
version = "0.9.0" version = "0.9.1"
authors = ["asonix <asonix@asonix.dog>"] authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0" license = "AGPL-3.0"
readme = "README.md" readme = "README.md"

View file

@ -507,7 +507,7 @@ impl<Spawner> Config<Spawner> {
} }
} }
#[cfg(client)] #[cfg(feature = "client")]
/// Set the spawner for spawning blocking tasks /// Set the spawner for spawning blocking tasks
/// ///
/// http-signature-normalization-actix offloads signing messages and generating hashes to a /// http-signature-normalization-actix offloads signing messages and generating hashes to a