Skip to content

Commit

Permalink
update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Sep 8, 2023
1 parent 3b93b0a commit bd56e2c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- ubuntu-latest
- macos-latest
toolchain:
- 1.64
- 1.64.0
- stable
- nightly
features:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- ubuntu-latest
- macos-latest
toolchain:
- 1.64
- 1.64.0
- stable
- nightly
features:
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 = "image-convert"
version = "0.15.0"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2021"
rust-version = "1.64"
rust-version = "1.64.0"
repository = "https://github.com/magiclen/image-convert"
homepage = "https://magiclen.org/image-convert"
keywords = ["image", "interlacing", "resize", "imagemagick", "conversion"]
Expand Down

0 comments on commit bd56e2c

Please sign in to comment.