Skip to content

Commit

Permalink
Rust in CI updated
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed Feb 26, 2024
1 parent 11a3571 commit c1a0c9d
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 @@ -46,7 +46,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.76.0
override: true

- uses: Swatinem/rust-cache@v1
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.72.0
toolchain: 1.76.0
override: true

- uses: Swatinem/rust-cache@v1
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.72.0
toolchain: 1.76.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.72.0"
rust-version = "1.76.0"
edition = "2021"
authors = ["Ada Böhm <[email protected]>", "Jakub Beránek <[email protected]>"]

Expand Down

0 comments on commit c1a0c9d

Please sign in to comment.