Skip to content

Commit

Permalink
Revert tracing from 0.1.38 back to 0.1.37
Browse files Browse the repository at this point in the history
This reverts commit b914250.

tracing 0.1.38 was yanked due to an unintended
backwards-incompatible change in a patch version bump:
tokio-rs/tracing#2578 (comment)
  • Loading branch information
JamesHinshelwood committed May 1, 2023
1 parent 81722c8 commit c9202fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zilliqa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ tokio-stream = "0.1.14"
toml = "0.7.3"
tower = "0.4.13"
tower-http = { version = "0.4.0", features = ["cors"] }
tracing = "0.1.38"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"

0 comments on commit c9202fe

Please sign in to comment.