Skip to content

Commit

Permalink
Replace default_features with default-features in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Oct 23, 2024
1 parent 11a6460 commit 9bf99af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
exclude = [".github", ".gitignore", "README.tpl"]

[dependencies]
tokio = { version = "1.21", optional = true, default_features = false, features = ["fs"] }
tokio = { version = "1.21", optional = true, default-features = false, features = ["fs"] }

[build-dependencies]
autocfg = "1"
Expand Down

0 comments on commit 9bf99af

Please sign in to comment.