Skip to content

Commit

Permalink
Bump tracing version
Browse files Browse the repository at this point in the history
Fixes #75
  • Loading branch information
zachs18 committed Oct 7, 2023
1 parent 21c1e3b commit 793cb8e
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 @@ -36,7 +36,7 @@ path = "src/lib.rs"
thiserror = "^1.0"

## log
tracing = { version = "^0.1", features = ["log"] }
tracing = { version = "0.1.36", features = ["log"] }

## string enum
strum = "0.25"
Expand Down

0 comments on commit 793cb8e

Please sign in to comment.