Skip to content

Commit 901692f

Browse files
committed
chore: disambiguate feature crate with 'dep:' syntax
1 parent f13fa27 commit 901692f

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
@@ -66,7 +66,7 @@ default = ["swar-number-parsing", "serde_impl", "runtime-detection"]
6666
arraybackend = ["halfbrown/arraybackend"]
6767

6868
# preserve insertion order
69-
preserve_order = ["indexmap", "value-trait/indexmap"]
69+
preserve_order = ["dep:indexmap", "value-trait/indexmap"]
7070

7171
# Forces the `owned::Value` and `borrowed::Value` to deduplicate duplicated keys by letting consecutive keys overwrite previous ones. This comes at a
7272
# performance cost. By default duplicate keys will not be overwritten and feeding json objects with duplicated

0 commit comments

Comments
 (0)