Skip to content

Commit 84c25bb

Browse files
authored
Update cargo hack command for making a release (#1132)
1 parent 2e39c27 commit 84c25bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_release/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- [ ] in the repo of Nushell, run `/path/to/nu_scripts/make_release/bump-version.nu`
3131
- [ ] then, ensure there are no compilation errors with any combination of features by running:
3232
```nushell
33-
cargo hack --all --feature-powerset --skip default-no-clipboard,stable,mimalloc check
33+
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
3434
```
3535
(this will take a while...)
3636
- [ ] check for build errors by running:

0 commit comments

Comments
 (0)