Skip to content

Commit

Permalink
Chore + Deps: Add the log feature to tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Feb 4, 2021
1 parent aaab975 commit 1863d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.1.2"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tracing = "0.1"
tracing = { version = "0.1", features = ["log"] }
tracing-futures = "0.2"

[dependencies.async-trait]
Expand Down

0 comments on commit 1863d39

Please sign in to comment.