Skip to content

Commit 49c3b1e

Browse files
committed
Make wit a default feature
Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
1 parent 07c67fd commit 49c3b1e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repository = "https://github.com/bytecodealliance/wac"
2020

2121
[dependencies]
2222
wac-resolver = { workspace = true, default-features = false }
23-
wac-parser = { workspace = true, default-features = false}
23+
wac-parser = { workspace = true, default-features = false }
2424
anyhow = { workspace = true }
2525
clap = { workspace = true }
2626
pretty_env_logger = { workspace = true }
@@ -37,10 +37,10 @@ indexmap = { workspace = true }
3737
# TODO: use the next release which has support for primary labels
3838
miette = { git = "https://github.com/zkat/miette", features = ["fancy"] }
3939
semver = { workspace = true }
40-
indicatif = { workspace = true, optional = true}
40+
indicatif = { workspace = true, optional = true }
4141

4242
[features]
43-
default = []
43+
default = ["wit"]
4444
wat = ["wac-resolver/wat"]
4545
wit = ["wac-resolver/wit"]
4646
registry = ["wac-resolver/registry", "indicatif"]

0 commit comments

Comments
 (0)