Skip to content

Commit

Permalink
Bump minimum Rust version to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Oct 21, 2024
1 parent 19e22ac commit 07c69fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.80.0
toolchain: 1.81.0
override: true

- uses: Swatinem/[email protected]
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.80.0
toolchain: 1.81.0
override: true

- uses: Swatinem/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.80.0
toolchain: 1.81.0
override: true
components: clippy, rustfmt

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default-members = [
resolver = "2"

[workspace.package]
rust-version = "1.80.0"
rust-version = "1.81.0"
edition = "2021"
authors = ["Ada Böhm <[email protected]>", "Jakub Beránek <[email protected]>"]

Expand Down

0 comments on commit 07c69fe

Please sign in to comment.