File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repository = "https://github.com/bytecodealliance/wac"
2020
2121[dependencies ]
2222wac-resolver = { workspace = true , default-features = false }
23- wac-parser = { workspace = true , default-features = false }
23+ wac-parser = { workspace = true , default-features = false }
2424anyhow = { workspace = true }
2525clap = { workspace = true }
2626pretty_env_logger = { workspace = true }
@@ -37,10 +37,10 @@ indexmap = { workspace = true }
3737# TODO: use the next release which has support for primary labels
3838miette = { git = " https://github.com/zkat/miette" , features = [" fancy" ] }
3939semver = { workspace = true }
40- indicatif = { workspace = true , optional = true }
40+ indicatif = { workspace = true , optional = true }
4141
4242[features ]
43- default = []
43+ default = [" wit " ]
4444wat = [" wac-resolver/wat" ]
4545wit = [" wac-resolver/wit" ]
4646registry = [" wac-resolver/registry" , " indicatif" ]
You can’t perform that action at this time.
0 commit comments