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 6477af9 commit 0a1c620Copy full SHA for 0a1c620
Cargo.toml
@@ -4,7 +4,7 @@ resolver = "2"
4
5
[workspace.package]
6
edition = "2021"
7
-version = "0.0.23"
+version = "0.0.24"
8
authors = ["Jun Kurihara"]
9
homepage = "https://github.com/junkurihara/httpsig-rs"
10
repository = "https://github.com/junkurihara/httpsig-rs"
httpsig-hyper/Cargo.toml
@@ -19,7 +19,7 @@ rsa-signature = ["httpsig/rsa-signature"]
19
20
21
[dependencies]
22
-httpsig = { path = "../httpsig", version = "0.0.23" }
+httpsig = { path = "../httpsig", version = "0.0.24" }
23
24
thiserror = { version = "2.0.18" }
25
tracing = { version = "0.1.44" }
0 commit comments