This repository has no description
0

Configure Feed

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

๐Ÿ’š Specify rust toolchain in CI

+1
+1
.github/workflows/docs.yml
··· 11 11 steps: 12 12 - uses: actions/checkout@v2 13 13 - uses: actions-rs/toolchain@v1 14 + with: { toolchain: stable } 14 15 - uses: actions-rs/cargo@v1 15 16 with: { command: doc, args: "--no-deps --target-dir docs" } 16 17 - name: Deploy with gh-pages