Skip to content

Commit

Permalink
increase msrv (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
cospectrum authored Jul 2, 2024
1 parent 350512f commit 0c019d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.70.0"] # 2021 edition requires 1.56
msrv: ["1.79.0"] # Don't forget to update the `rust-version` in Cargo.toml as well
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "imageproc"
version = "0.26.0"
authors = ["theotherphil"]
# note: when changed, also update `msrv` in `.github/workflows/check.yml`
rust-version = "1.70.0"
rust-version = "1.79.0"
edition = "2021"
license = "MIT"
description = "Image processing operations"
Expand Down

0 comments on commit 0c019d7

Please sign in to comment.