Trading card city builder game?

fixing rust ci

eldridge.cam 4e54d371 b49b45d0

verified
+1 -1
+1 -1
.github/workflows/rust.yml
··· 33 33 - name: Run cargo clippy 34 34 run: | 35 35 cargo clippy -- -D warnings 36 - cargo sqlx prepare --check 36 + cargo sqlx prepare --workspace --check -- --all-targets --all-features 37 37 rustfmt: 38 38 name: rustfmt 39 39 runs-on: ubuntu-latest