Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Dec 6, 2023
1 parent 0f6906c commit fefcad6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "oxidize"
version = "0.0.0"
authors = ["John-John Tedro <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "web"
version = "0.0.0"
authors = ["John-John Tedro <[email protected]>"]
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"
Expand Down

0 comments on commit fefcad6

Please sign in to comment.