Skip to content

Commit

Permalink
update msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
cospectrum committed Mar 14, 2024
1 parent 8c2fb89 commit a718851
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.65.0"] # 2021 edition requires 1.56
msrv: ["1.67.1"] # 2021 edition requires 1.56
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 @@ -2,7 +2,7 @@
name = "imageproc"
version = "0.24.0"
authors = ["theotherphil"]
rust-version = "1.65.0"
rust-version = "1.67.1"
edition = "2021"
license = "MIT"
description = "Image processing operations"
Expand Down

0 comments on commit a718851

Please sign in to comment.