repository template for Rust projects

ci: use `cargo publish --workspace` (#43)

Introduced in the latest stable, Rust 1.90.0.

authored by samanthanguyen.me and committed by

GitHub 89e56011 5f73e288

+2 -6
+2 -6
.github/workflows/main.yml
··· 173 173 run: ${{ matrix.cmd-check }} 174 174 175 175 publish-dry-run: 176 - name: publish-dry-run (${{ matrix.crate }}) 176 + name: publish-dry-run 177 177 runs-on: ubuntu-latest 178 - strategy: 179 - matrix: 180 - include: 181 - - crate: my_crate 182 178 steps: 183 179 - name: Checkout repository 184 180 uses: actions/checkout@v5 ··· 198 194 shared-key: full-build-cache 199 195 - name: Run dry-run checks 200 196 run: | 201 - cargo publish --dry-run --verbose -p ${{ matrix.crate }} 197 + cargo publish --dry-run --verbose --workspace