Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit 432a434

Browse files
committed
2 parents fc78cdd + 6cf179f commit 432a434

File tree

58 files changed

+2916
-988
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2916
-988
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ jobs:
1818
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
1919
with:
2020
cache-all-crates: "true"
21+
- uses: dtolnay/rust-toolchain@nightly
22+
with:
23+
components: "rustfmt"
24+
- uses: dtolnay/rust-toolchain@master
25+
with:
26+
toolchain: "stable"
27+
components: "rustfmt"
2128
- name: Setup PostgreSQL for Linux/macOS/Windows
2229
uses: ikalnytskyi/action-setup-postgres@v7
2330
id: postgres

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ repos:
3030
rev: d1a3655a3bd49307866fa6f06f0ebace5aed5618
3131
hooks:
3232
- id: cargo-fmt
33+
entry: bash -c 'cargo +nightly fmt --all'
3334
- id: clippy

.sqlx/query-031de017d002b20f2e7f06665541dea4552d02f0577bf415954f21b13d51bacf.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-0fb238211650392fa035bf77d287f6352e89d9eec2bfd88cc5547140c6302c27.json

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-35121941ebbf2a3d87b60a7dddf63c873ab21f04905ea1b9c92c6dd1a8d7080a.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-38d45f427e861ba8929b77afe1778aef529b48dd866d2b26141ded6ff9293c53.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-4f785dcdebb1d598a4c3b0f0ba1c8d776035fffaa80baed8505f8126bb72160e.json

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-539e76307ca525f09ac3b91d2abb0c07cb3b834f5cad675e8dade9f7c6d086f2.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-6736ea6db6c90a689e54087efc85ecb6d42384fc189702d26652ab300de19026.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-71cf514d50feac01edb138131f828b1bcbc38a1bc338f9efcb03993e34287dfc.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)