Skip to content

Commit

Permalink
Disables serde default features
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Dec 19, 2023
1 parent a893c23 commit 0943bed
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 @@ -11,7 +11,7 @@ categories = ["algorithms"]
repository = "https://github.com/becheran/wildmatch"

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

[dev-dependencies]
ntest = { version = "0.7.3", default-features = false }
Expand Down

0 comments on commit 0943bed

Please sign in to comment.