Skip to content

Commit

Permalink
chore: re-enable tracing env-filter feature
Browse files Browse the repository at this point in the history
The `sn_testnet` crate still requires this feature or it won't compile.

The release commit that bumped the versions after this change was reverted because the `sn_testnet`
crate couldn't be published. This is the first crate in the chain, so we can just revert the whole
release commit and the next time we merge we will get a version bump without the `sn_testnet`
change.
  • Loading branch information
jacderida committed Mar 31, 2023
1 parent 7bcc470 commit d4ea8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sn_testnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ regex = "1.7.1"
tonic = { version = "~0.8.3", optional = true }
tracing = "~0.1.26"
tracing-core = "~0.1.21"
tracing-subscriber = { version = "~0.3.1", features = ["json"] }
tracing-subscriber = { version = "~0.3.1", features = ["env-filter", "json"] }
xor_name = { version = "~5.0.0", optional = true }
walkdir = "2"

Expand Down

0 comments on commit d4ea8d0

Please sign in to comment.