Skip to content

Commit 00eaceb

Browse files
authored
Merge pull request #19 from junkurihara/develop
0.0.24
2 parents c860ebc + 0a1c620 commit 00eaceb

File tree

5 files changed

+702
-407
lines changed

5 files changed

+702
-407
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
edition = "2021"
7-
version = "0.0.23"
7+
version = "0.0.24"
88
authors = ["Jun Kurihara"]
99
homepage = "https://github.com/junkurihara/httpsig-rs"
1010
repository = "https://github.com/junkurihara/httpsig-rs"

httpsig-hyper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rsa-signature = ["httpsig/rsa-signature"]
1919

2020

2121
[dependencies]
22-
httpsig = { path = "../httpsig", version = "0.0.23" }
22+
httpsig = { path = "../httpsig", version = "0.0.24" }
2323

2424
thiserror = { version = "2.0.18" }
2525
tracing = { version = "0.1.44" }

0 commit comments

Comments
 (0)