Skip to content

Commit

Permalink
removes toml from default features
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced committed Jul 1, 2024
1 parent 05895a8 commit 0231142
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 @@ -27,7 +27,7 @@ syn = { version = "1.0.109", optional = true }

[features]
assign = []
default = ["std", "serde", "json", "toml", "resolve", "assign", "delete"]
default = ["std", "serde", "json", "resolve", "assign", "delete"]
delete = ["resolve"]
impl = []
json = ["dep:serde_json", "serde"]
Expand Down

0 comments on commit 0231142

Please sign in to comment.