Skip to content

Commit 96adc6b

Browse files
committed
Bump MSRV
1 parent 3d2ada9 commit 96adc6b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: dtolnay/rust-toolchain@1.86
20+
- uses: dtolnay/rust-toolchain@1.95
2121
- run: sudo apt install libssl-dev
2222
- run: cargo build --workspace -p oxidize --lib
2323

bot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "oxidize"
33
version = "0.0.0"
44
authors = ["John-John Tedro <udoprog@tedro.se>"]
55
edition = "2021"
6-
rust-version = "1.86"
6+
rust-version = "1.95"
77
description = "A high performance Twitch Bot powered by Rust."
88
documentation = "https://docs.rs/oxidize"
99
readme = "README.md"

web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "web"
33
version = "0.0.0"
44
authors = ["John-John Tedro <udoprog@tedro.se>"]
55
edition = "2021"
6-
rust-version = "1.86"
6+
rust-version = "1.95"
77
description = "The web component of OxidizeBot, a high performance Twitch Bot powered by Rust."
88
documentation = "https://docs.rs/oxidize"
99
readme = "README.md"

0 commit comments

Comments
 (0)