From fefcad630d3db2e400994697b1b2b2621d713097 Mon Sep 17 00:00:00 2001 From: John-John Tedro Date: Wed, 6 Dec 2023 15:52:57 +0100 Subject: [PATCH] Bump MSRV --- .github/workflows/ci.yml | 4 ++-- bot/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e661a9e4..25e19ae9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - rust: ["1.68", stable] + rust: ["1.70", stable] steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@1.68 + - uses: dtolnay/rust-toolchain@1.74 with: components: clippy - run: sudo apt install libssl-dev diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 863365e8..97c81350 100644 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -3,7 +3,7 @@ name = "oxidize" version = "0.0.0" authors = ["John-John Tedro "] edition = "2021" -rust-version = "1.68" +rust-version = "1.70" description = "A high performance Twitch Bot powered by Rust." documentation = "https://docs.rs/oxidize" readme = "README.md" diff --git a/web/Cargo.toml b/web/Cargo.toml index b8ec0d0b..fae81f93 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -3,7 +3,7 @@ name = "web" version = "0.0.0" authors = ["John-John Tedro "] edition = "2021" -rust-version = "1.68" +rust-version = "1.70" description = "The web component of OxidizeBot, a high performance Twitch Bot powered by Rust." documentation = "https://docs.rs/oxidize" readme = "README.md"