Skip to content

Commit

Permalink
Merge pull request #1804 from image-rs/msrv
Browse files Browse the repository at this point in the history
Bump MSRV to 1.61
  • Loading branch information
HeroicKatora authored Oct 11, 2022
2 parents 80b0f3b + 1149223 commit 4d60f44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: ["1.56.1", stable, beta, nightly]
rust: ["1.61.0", stable, beta, nightly]
features: [gif, jpeg, png, tiff, ico, pnm, tga, webp, bmp, hdr, dxt, dds, farbfeld, openexr, jpeg_rayon, webp-encoder, '']
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
resolver = "2"

# note: when changed, also update test runner in `.github/workflows/rust.yml`
rust-version = "1.56.1"
rust-version = "1.61.0"

license = "MIT"
description = "Imaging library written in Rust. Provides basic filters and decoders for the most common image formats."
Expand Down
2 changes: 1 addition & 1 deletion fuzz-afl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
path = ".."

[dependencies.afl]
version = "0.10.1"
version = "0.12.8"

# Prevent this from interfering with workspaces
[workspace]
Expand Down

0 comments on commit 4d60f44

Please sign in to comment.