Skip to content

Commit

Permalink
Remove anyhow
Browse files Browse the repository at this point in the history
  • Loading branch information
rstropek committed Oct 18, 2023
1 parent 0498865 commit d795e95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions axum_intro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ tokio ={ version = "1.12", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
rand = "0.8"
serde_yaml = "0.9"
anyhow = "1"
thiserror = "1.0"
thiserror = "1.0"

0 comments on commit d795e95

Please sign in to comment.