1
1
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:
즈눅 2024-08-06 02:39:55 +09:00 committed by GitHub
parent ab3ddb8f06
commit 3db33b16c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",