Skip to content

Commit 0e90f15

Browse files
committed
chore: bump MSRV to 1.81.0
1 parent 851d88d commit 0e90f15

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
toolchain: [ 1.75.0, stable ]
63+
toolchain: [ 1.81.0, stable ]
6464
os: [ ubuntu-24.04, macos-14, windows-2022 ]
6565
ignore-lock: [ false ]
6666
runs-on: ${{ matrix.os }}

aoclp_solutions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "aoclp_solutions"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.75.0"
5+
rust-version = "1.81.0"
66

77
[dependencies]
88
aoclp = { path = "../aoclp" }

aoclp_solutions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ My solutions to [Advent of Code](https://adventofcode.com/) puzzles in Rust 🦀
44

55
## Requirements
66

7-
* [Rust](https://www.rust-lang.org/) 1.75.0 or later
7+
* [Rust](https://www.rust-lang.org/) 1.81.0 or later
88
* [aocf](https://crates.io/crates/aocf) CLI
99

1010
## Setting your session cookie

codingquest_clp_solutions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "codingquest_clp_solutions"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.75.0"
5+
rust-version = "1.81.0"
66

77
[dependencies]
88
clap = { workspace = true, features = ["derive"] }

codingquest_clp_solutions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ My solutions to [Coding Quest](https://codingquest.io/) puzzles in Rust 🦀
44

55
## Requirements
66

7-
* [Rust](https://www.rust-lang.org/) 1.75.0 or later
7+
* [Rust](https://www.rust-lang.org/) 1.81.0 or later
88

99
## Saving problem input data
1010

0 commit comments

Comments
 (0)