From c980c73501b51b12ac6164c089da19a1c5d810d9 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 5 Jul 2026 16:37:04 -0400 Subject: [PATCH 1/5] bump: rust --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef9798a..fd507f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "textsender_models" version = "0.5.0" edition = "2024" -rust-version = "1.96" +rust-version = "1.96.1" description = "Models used for the textsender project" [dependencies] -- 2.47.3 From b54b0cab05409ffa6ccc6aaa10ee3d2f08d4f5b1 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 5 Jul 2026 16:37:15 -0400 Subject: [PATCH 2/5] bump: rust ci --- .gitea/workflows/pr.yml | 6 +++--- .gitea/workflows/release.yml | 4 ++-- .gitea/workflows/rust.yml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index e7b93c2..2bf0121 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.96.1 - uses: Swatinem/rust-cache@v2 - run: cargo check @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.96.1 - uses: Swatinem/rust-cache@v2 - run: rustup component add rustfmt - run: cargo fmt --all -- --check @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.96.1 - uses: Swatinem/rust-cache@v2 - run: rustup component add clippy - run: cargo clippy -- -D warnings diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b69247c..4a922c4 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -13,14 +13,14 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # Important for git describe --tags - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.96.1 components: cargo - name: Extract Version from Cargo.toml diff --git a/.gitea/workflows/rust.yml b/.gitea/workflows/rust.yml index bb8d38d..cc89f37 100644 --- a/.gitea/workflows/rust.yml +++ b/.gitea/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.96.1 - uses: Swatinem/rust-cache@v2 - run: cargo check @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.96.1 - uses: Swatinem/rust-cache@v2 - run: cargo test @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.96.1 - uses: Swatinem/rust-cache@v2 - run: rustup component add rustfmt - run: cargo fmt --all -- --check @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.96.1 - uses: Swatinem/rust-cache@v2 - run: rustup component add clippy - run: cargo clippy -- -D warnings @@ -63,6 +63,6 @@ jobs: - uses: actions/checkout@v5 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.96 + toolchain: 1.96.1 - uses: Swatinem/rust-cache@v2 - run: cargo build -- 2.47.3 From 9a1ce36cd8e3244144f7b29b0778240732bcdd38 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 5 Jul 2026 16:39:15 -0400 Subject: [PATCH 3/5] cargo update --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ff86d1..63f2df0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -97,9 +97,9 @@ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" [[package]] name = "cc" -version = "1.2.65" +version = "1.2.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" +checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996" dependencies = [ "find-msvc-tools", "shlex", -- 2.47.3 From 9dbd6ef7b0cfd94ddf51eb9ca35f68d1ba5c15c1 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 5 Jul 2026 16:40:17 -0400 Subject: [PATCH 4/5] bump: textsender_models --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63f2df0..2ae1889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1453,7 +1453,7 @@ dependencies = [ [[package]] name = "textsender_models" -version = "0.5.0" +version = "0.5.1" dependencies = [ "const_format", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index fd507f4..3f4afe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textsender_models" -version = "0.5.0" +version = "0.5.1" edition = "2024" rust-version = "1.96.1" description = "Models used for the textsender project" -- 2.47.3 From 81f33a1d1ed6e1831d5e77a6942538b45b9368ca Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 5 Jul 2026 16:47:08 -0400 Subject: [PATCH 5/5] Updating workflows --- .gitea/workflows/pr.yml | 6 +++--- .gitea/workflows/rust.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index 2bf0121..059ab48 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: name: Check runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: 1.96.1 @@ -25,7 +25,7 @@ jobs: name: Rustfmt runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: 1.96.1 @@ -37,7 +37,7 @@ jobs: name: Clippy runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: 1.96.1 diff --git a/.gitea/workflows/rust.yml b/.gitea/workflows/rust.yml index cc89f37..d34c194 100644 --- a/.gitea/workflows/rust.yml +++ b/.gitea/workflows/rust.yml @@ -14,7 +14,7 @@ jobs: name: Check runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: 1.96.1 @@ -25,7 +25,7 @@ jobs: name: Test Suite runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: 1.96.1 @@ -36,7 +36,7 @@ jobs: name: Rustfmt runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: 1.96.1 @@ -48,7 +48,7 @@ jobs: name: Clippy runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: 1.96.1 @@ -60,7 +60,7 @@ jobs: name: build runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: 1.96.1 -- 2.47.3