Skip to content

Commit 1b4aa7c

Browse files
committed
adds registry feature to the default features
1 parent 7811ecb commit 1b4aa7c

3 files changed

Lines changed: 17 additions & 23 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ semver = { workspace = true }
4040
indicatif = { workspace = true, optional = true }
4141

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

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@ For a full description of the `wac` language see [the language guide](LANGUAGE.m
8484
cargo install wac-cli
8585
```
8686

87-
To enable support Warg component registries, specify the `registry` feature:
88-
89-
```
90-
cargo install wac-cli --features registry
91-
```
92-
9387
## Usage
9488

9589
The `wac` CLI tool has three commands:

0 commit comments

Comments
 (0)