mirror of
https://github.com/oxalica/nil.git
synced 2024-11-22 02:55:39 +03:00
Rename default_features
to default-features
to fix warning (#143)
`default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
This commit is contained in:
parent
ab3ddb8f06
commit
3db33b16c5
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user