Rust based release manager for JS/TS monorepos, heavily inspired by Vite+ ❤️
publish changelog rust release bun pnpm changeset version bump node
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: add rustup default stable before adding targets

bdbch (May 24, 2026, 9:29 PM +0200) 3e1c5bb5 70708c88

+2 -1
+2 -1
.tangled/workflows/ci.yml
··· 23 23 - name: "Install Node dependencies" 24 24 command: yarn install 25 25 26 - - name: "Install Rust targets" 26 + - name: "Install Rust toolchain and targets" 27 27 command: | 28 + rustup default stable 28 29 rustup target add \ 29 30 x86_64-apple-darwin \ 30 31 aarch64-apple-darwin \