repository template for Rust projects

ci: fix miri CI workflow

+1 -1
+1 -1
.tangled/workflows/test-miri.yml
··· 15 15 rustup set profile minimal 16 16 rustup toolchain install nightly 17 17 rustup override set nightly 18 - rustup component add llvm-tools-preview 18 + rustup component add miri 19 19 - name: Print environment info 20 20 command: | 21 21 cargo --version