Skip to content

Commit

Permalink
Merge pull request #460 from sunshowers/weak
Browse files Browse the repository at this point in the history
Use weak features for preserve_order
  • Loading branch information
matthiasbeyer authored Sep 26, 2023
2 parents fa02f20 + 877d64a commit 18737aa
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 @@ -21,7 +21,7 @@ yaml = ["yaml-rust"]
ini = ["rust-ini"]
json5 = ["json5_rs", "serde/derive"]
convert-case = ["convert_case"]
preserve_order = ["indexmap", "toml/preserve_order", "serde_json/preserve_order", "ron/indexmap"]
preserve_order = ["indexmap", "toml?/preserve_order", "serde_json?/preserve_order", "ron?/indexmap"]
async = ["async-trait"]

[dependencies]
Expand Down

0 comments on commit 18737aa

Please sign in to comment.