Bump MSRV to 1.66

This is required by the latest `zopfli` version.
This commit is contained in:
Alejandro González 2023-09-28 13:31:24 +02:00
parent f66c660b89
commit 139d58caba
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -171,7 +171,7 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Install MSRV Rust toolchain
uses: dtolnay/rust-toolchain@1.65.0
uses: dtolnay/rust-toolchain@1.66.0
- name: Install nextest
uses: taiki-e/install-action@nextest

View file

@ -10,7 +10,7 @@ license = "MIT"
name = "oxipng"
repository = "https://github.com/shssoichiro/oxipng"
version = "8.0.0"
rust-version = "1.65.0"
rust-version = "1.66.0"
[badges]
travis-ci = { repository = "shssoichiro/oxipng", branch = "master" }

View file

@ -32,7 +32,7 @@ cargo build --release
cp target/release/oxipng /usr/local/bin
```
The current minimum supported Rust version is **1.65.0**.
The current minimum supported Rust version is **1.66.0**.
Oxipng follows Semantic Versioning.

View file

@ -32,7 +32,7 @@ cargo build --release
cp target/release/oxipng /usr/local/bin
```
The current minimum supported Rust version is **1.65.0**.
The current minimum supported Rust version is **1.66.0**.
Oxipng follows Semantic Versioning.