High-performance implementation of plcbundle written in Rust

ci(workflow): add Rust setup step before downloading dependencies

+4
+4
.tangled/workflows/build.yml
··· 26 26 CARGO_TERM_COLOR: "always" 27 27 28 28 steps: 29 + - name: "Set up Rust" 30 + command: | 31 + rustup default stable 32 + 29 33 - name: "Download dependencies" 30 34 command: | 31 35 # Ensure cargo registry is populated