Skip to content

Commit

Permalink
todo: custom error
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Feb 14, 2024
1 parent 51c6851 commit 426d1e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "0.0.4"
version = "0.0.5"
authors = ["Jun Kurihara"]
homepage = "https://github.com/junkurihara/httpsig-rs"
repository = "https://github.com/junkurihara/httpsig-rs"
Expand Down
2 changes: 1 addition & 1 deletion httpsig-hyper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
httpsig = { path = "../httpsig", version = "0.0.4" }
httpsig = { path = "../httpsig", version = "0.0.5" }

anyhow = { version = "1.0.79" }
tracing = { version = "0.1.40" }
Expand Down
1 change: 1 addition & 0 deletions httpsig-hyper/src/error.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub use anyhow::{anyhow, bail, Result};
1 change: 1 addition & 0 deletions httpsig/src/error.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub use anyhow::{anyhow, bail, Result};

0 comments on commit 426d1e7

Please sign in to comment.