Skip to content

Commit

Permalink
rename default_features -> default-features
Browse files Browse the repository at this point in the history
  • Loading branch information
kyren committed Aug 28, 2023
1 parent 0858a0a commit 736642f
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 @@ -18,7 +18,7 @@ serde_impl = ["serde"]

[dependencies]
hashbrown = "0.14"
serde = { version = "1.0", default_features = false, optional = true }
serde = { version = "1.0", default-features = false, optional = true }

[dev-dependencies]
serde_test = "1.0"
Expand Down

0 comments on commit 736642f

Please sign in to comment.