Skip to content

Commit

Permalink
Merge pull request #76 from zachs18/patch-1
Browse files Browse the repository at this point in the history
Bump tracing version
this close #75
  • Loading branch information
HsuJv authored Oct 8, 2023
2 parents 21c1e3b + 793cb8e commit 8735a04
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 8735a04

Please sign in to comment.