Skip to content

Commit

Permalink
Add "wasm" to feature "all" (gimli-rs#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc authored Jun 15, 2021
1 parent b36dab4 commit 7f8f7a4
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 @@ -76,7 +76,7 @@ default = ["read", "compression"]
#=======================================
# Umbrella feature for enabling all user-facing features of this crate. Does not
# enable internal features like `rustc-dep-of-std`.
all = ["read", "write", "std", "compression", "default"]
all = ["read", "write", "std", "compression", "wasm"]

# Use of --all-features is not supported.
# This is a dummy feature to detect when --all-features is used.
Expand Down

0 comments on commit 7f8f7a4

Please sign in to comment.