From d2c1ea521ef7f4ca6e58e6a5fe7e73f5c30ef950 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Thu, 4 Apr 2024 14:13:46 -0400 Subject: Bump rust version due to requirement by dependency toml --- .github/workflows/rust.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 24e2633..3d159dc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -39,7 +39,7 @@ jobs: - uses: swatinem/rust-cache@v2 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.67.0 + toolchain: 1.70.0 components: clippy - run: cargo clippy --all-features -- -D warnings @@ -51,7 +51,7 @@ jobs: - uses: swatinem/rust-cache@v2 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.67.0 + toolchain: 1.70.0 components: rustfmt - run: cargo fmt --check diff --git a/Cargo.toml b/Cargo.toml index 0b1aee1..5386e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ version = "1.3.2" license = "MIT/Apache-2.0" authors = ["Aaron Power ", "Paul Woolcock ", "D. Scott Boggs "] edition = "2021" -rust-version = "1.67" +rust-version = "1.70" [package] name = "mastodon-async" -- cgit v1.2.3