Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
temaniarpit27 committed Aug 30, 2024
1 parent 2ba9ac2 commit c6061d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paladin-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rustdoc-args = ["--cfg", "docsrs"]
name = "paladin"

[dependencies]
dotenvy = "0.15.7"
anyhow = { version = "1.0.75", features = ["backtrace"] }
dotenvy = "0.15.7"
rand = "0.8.5"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down

0 comments on commit c6061d9

Please sign in to comment.