Skip to content

Commit 145b82b

Browse files
chore: bump MSRV to 1.57
1.56 would be enough for miniz_oxide 0.8 and edition 2021, but bytes may bump it to 1.57 soon tokio-rs/bytes#613 (comment)
1 parent 765f966 commit 145b82b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
- name: linux / nightly -Z minimal-versions
6464
rust: nightly
6565
args: -Z minimal-versions
66-
- name: linux / 1.40.0
67-
rust: 1.40.0
66+
- name: linux / 1.57.0
67+
rust: 1.57.0
6868

6969
steps:
7070
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![crates.io](https://img.shields.io/crates/v/img-parts.svg)](https://crates.io/crates/img-parts)
44
[![Documentation](https://docs.rs/img-parts/badge.svg)](https://docs.rs/img-parts)
55
[![dependency status](https://deps.rs/crate/img-parts/0.3.0/status.svg)](https://deps.rs/crate/img-parts/0.3.0)
6-
[![Rustc Version 1.40.0+](https://img.shields.io/badge/rustc-1.40.0+-lightgray.svg)](https://blog.rust-lang.org/2019/12/19/Rust-1.40.0.html)
6+
[![Rustc Version 1.57.0+](https://img.shields.io/badge/rustc-1.57.0+-lightgray.svg)](https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html)
77
[![CI](https://github.com/paolobarbolini/img-parts/workflows/CI/badge.svg)](https://github.com/paolobarbolini/img-parts/actions?query=workflow%3ACI)
88

99
The `img-parts` crate provides a low level API for reading and

0 commit comments

Comments
 (0)