Skip to content

Commit afa6289

Browse files
committed
bump
bump
1 parent 0d2c14c commit afa6289

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.19"
7+
version = "0.0.20"
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
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
httpsig = { path = "../httpsig", version = "0.0.19" }
16+
httpsig = { path = "../httpsig", version = "0.0.20" }
1717

1818
thiserror = { version = "2.0.16" }
1919
tracing = { version = "0.1.41" }

0 commit comments

Comments
 (0)