We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo hack
1 parent 2e39c27 commit 84c25bbCopy full SHA for 84c25bb
1 file changed
make_release/Readme.md
@@ -30,7 +30,7 @@
30
- [ ] in the repo of Nushell, run `/path/to/nu_scripts/make_release/bump-version.nu`
31
- [ ] then, ensure there are no compilation errors with any combination of features by running:
32
```nushell
33
- cargo hack --all --feature-powerset --skip default-no-clipboard,stable,mimalloc check
+ cargo hack --all --feature-powerset --at-least-one-of rustls-tls,native-tls --mutually-exclusive-features rustls-tls,native-tls --mutually-exclusive-features rustls-tls,static-link-openssl --skip default-no-clipboard,stable,mimalloc check
34
```
35
(this will take a while...)
36
- [ ] check for build errors by running:
0 commit comments