We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2c14c commit afa6289Copy full SHA for afa6289
2 files changed
Cargo.toml
@@ -4,7 +4,7 @@ resolver = "2"
4
5
[workspace.package]
6
edition = "2021"
7
-version = "0.0.19"
+version = "0.0.20"
8
authors = ["Jun Kurihara"]
9
homepage = "https://github.com/junkurihara/httpsig-rs"
10
repository = "https://github.com/junkurihara/httpsig-rs"
httpsig-hyper/Cargo.toml
@@ -13,7 +13,7 @@ rust-version.workspace = true
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
15
[dependencies]
16
-httpsig = { path = "../httpsig", version = "0.0.19" }
+httpsig = { path = "../httpsig", version = "0.0.20" }
17
18
thiserror = { version = "2.0.16" }
19
tracing = { version = "0.1.41" }
0 commit comments