Skip to content

Commit 4d60f44

Browse files
author
HeroicKatora
authored
Merge pull request #1804 from image-rs/msrv
Bump MSRV to 1.61
2 parents 80b0f3b + 1149223 commit 4d60f44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
rust: ["1.56.1", stable, beta, nightly]
15+
rust: ["1.61.0", stable, beta, nightly]
1616
features: [gif, jpeg, png, tiff, ico, pnm, tga, webp, bmp, hdr, dxt, dds, farbfeld, openexr, jpeg_rayon, webp-encoder, '']
1717
steps:
1818
- uses: actions/checkout@v2

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2018"
55
resolver = "2"
66

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

1010
license = "MIT"
1111
description = "Imaging library written in Rust. Provides basic filters and decoders for the most common image formats."

fuzz-afl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
path = ".."
99

1010
[dependencies.afl]
11-
version = "0.10.1"
11+
version = "0.12.8"
1212

1313
# Prevent this from interfering with workspaces
1414
[workspace]

0 commit comments

Comments
 (0)