Skip to content

Commit

Permalink
Make write_core imply indexmap/std (gimli-rs#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode authored Sep 9, 2021
1 parent 2ce24e9 commit 22590e0
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 @@ -36,7 +36,7 @@ read_core = []
# Read support for all file formats (including unaligned files).
read = ["read_core", "archive", "coff", "elf", "macho", "pe", "unaligned"]
# Core write support. You will need to enable some file formats too.
write_core = ["crc32fast", "indexmap", "std"]
write_core = ["crc32fast", "indexmap", "std", "indexmap/std"]
# Write support for all file formats.
write = ["write_core", "coff", "elf", "macho"]

Expand Down

0 comments on commit 22590e0

Please sign in to comment.