Skip to content

Commit

Permalink
Rename default_features to default-features to fix warning (#143)
Browse files Browse the repository at this point in the history
`default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
  • Loading branch information
xnuk authored Aug 5, 2024
1 parent ab3ddb8 commit 3db33b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/nil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tracing = { version = "0.1.36", features = ["release_max_level_debug"] }

[dependencies.tracing-subscriber]
version = "0.3.15"
default_features = false
default-features = false
features = [
"env-filter",
"fmt",
Expand Down

0 comments on commit 3db33b1

Please sign in to comment.