mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-07-30 21:57:44 +00:00
Update cargo hack
command for making a release (#1132)
This commit is contained in:
parent
2e39c27560
commit
84c25bbc6d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
- [ ] in the repo of Nushell, run `/path/to/nu_scripts/make_release/bump-version.nu`
|
||||
- [ ] then, ensure there are no compilation errors with any combination of features by running:
|
||||
```nushell
|
||||
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
|
||||
```
|
||||
(this will take a while...)
|
||||
- [ ] check for build errors by running:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue