File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "oxidize"
33version = " 0.0.0"
44authors = [" John-John Tedro <udoprog@tedro.se>" ]
55edition = " 2021"
6- rust-version = " 1.86 "
6+ rust-version = " 1.95 "
77description = " A high performance Twitch Bot powered by Rust."
88documentation = " https://docs.rs/oxidize"
99readme = " README.md"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "web"
33version = " 0.0.0"
44authors = [" John-John Tedro <udoprog@tedro.se>" ]
55edition = " 2021"
6- rust-version = " 1.86 "
6+ rust-version = " 1.95 "
77description = " The web component of OxidizeBot, a high performance Twitch Bot powered by Rust."
88documentation = " https://docs.rs/oxidize"
99readme = " README.md"
You can’t perform that action at this time.
0 commit comments