Skip to content

Commit 8c0115f

Browse files
authored
feat: idempotency for tasks (#77)
1 parent bf22ead commit 8c0115f

19 files changed

Lines changed: 231 additions & 148 deletions

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
rust: [stable, beta]
2424
include:
2525
- os: ubuntu-latest
26-
rust: nightly
26+
rust: nightly-2026-04-16
2727
steps:
2828
- name: Checkout sources
2929
uses: actions/checkout@v6
@@ -108,6 +108,8 @@ jobs:
108108

109109
- name: Install Rust toolchain
110110
uses: dtolnay/rust-toolchain@nightly
111+
with:
112+
toolchain: nightly-2026-04-16
111113

112114
- name: Cache cargo registry
113115
uses: actions/cache@v5
@@ -132,9 +134,11 @@ jobs:
132134

133135
- name: Install Rust nightly toolchain
134136
uses: dtolnay/rust-toolchain@nightly
137+
with:
138+
toolchain: nightly-2026-04-16
135139

136140
- name: Install cargo-udeps
137141
uses: taiki-e/install-action@cargo-udeps
138142

139143
- name: Check for unused dependencies
140-
run: cargo +nightly udeps --all-targets --all-features
144+
run: cargo udeps --all-targets --all-features

.sqlx/query-1cd760004a2341bbded38a4fa431eaa74232f6f6f3121c7086a0b138195e9b0d.json

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

.sqlx/query-40a420986a37c9db2fc35b161092d6063f186242ca1808cfae9d6477c7d8687b.json

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

.sqlx/query-a43052e877930a522d6a63789935653f4fe06d10361c555f8ade4b65589520bc.json

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

.sqlx/query-ae9b77d1f5b3f5125a37cdc29f6489b5f84003af0154b50166aaa6472863cd2d.json renamed to .sqlx/query-c9938cd19703a8268481ec3394a9479e67785606bccedf7876f23706feebcc89.json

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

.sqlx/query-d7aefe54cd7388c208fff5b946390f217b575f0ca464a5faddd0fe2d51793983.json

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

.sqlx/query-eed1a436f9bad0f9ee6c46b47580fa7bdc9acef7704fe86466d28fc85126b8e3.json

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

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- feat: idempotency for tasks (#77)
11+
1012
## [1.0.0-rc.7] - 2026-04-07
1113

1214
- bump: to v1.0.0-rc.7 (#68)

0 commit comments

Comments
 (0)