diff --git a/make_release/Readme.md b/make_release/Readme.md index f2d5161..af5c0f2 100644 --- a/make_release/Readme.md +++ b/make_release/Readme.md @@ -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: