Skip to content

Commit d43ee09

Browse files
committed
build(Cargo.toml): repair 2024 edition warning about default-features
The old "default_features" spelling is incorrect/deprecated.
1 parent e4459e2 commit d43ee09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ flate2 = "1"
4040
gix = { version = "0.64", default-features = false, features = ["command", "revision"] }
4141
indexmap = "2.1"
4242
is-terminal = "0.4"
43-
nom = { version = "7", default_features = false, features = ["std"] }
43+
nom = { version = "7", default-features = false, features = ["std"] }
4444
serde = { version = "1.0", features = ["derive"] }
4545
serde_json = "1.0"
4646
strsim = "0.11"

0 commit comments

Comments
 (0)