WIP - ActixWeb multi-tenant blog and newsletter API server. Originally forked from LukeMathWalker/zero-to-production.

Set default cargo version in format workflow

+3
+3
.tangled/workflows/format.yml
··· 19 19 - openssl 20 20 21 21 steps: 22 + - name: Use current cargo version 23 + command: | 24 + rustup default stable 22 25 - name: Enforce formatting 23 26 command: | 24 27 cargo fmt --check