mirror of
https://git.asonix.dog/asonix/http-signature-normalization.git
synced 2024-11-23 18:00:59 +00:00
Properly expose spawner method on config
This commit is contained in:
parent
cb198f6922
commit
e526699c87
2 changed files with 2 additions and 2 deletions
|
@ -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 <asonix@asonix.dog>"]
|
||||
license = "AGPL-3.0"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -507,7 +507,7 @@ impl<Spawner> Config<Spawner> {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(client)]
|
||||
#[cfg(feature = "client")]
|
||||
/// Set the spawner for spawning blocking tasks
|
||||
///
|
||||
/// http-signature-normalization-actix offloads signing messages and generating hashes to a
|
||||
|
|
Loading…
Reference in a new issue