Bump rust version

This commit is contained in:
Andrew 2023-06-25 16:19:12 +12:00
parent 96122fa45a
commit 5b0ae8428f
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ jobs:
- x86_64-apple-darwin
toolchain:
# Minimum stable
- "1.61.0"
- "1.65.0"
- stable
- beta
- nightly

View file

@ -10,7 +10,7 @@ license = "MIT"
name = "oxipng"
repository = "https://github.com/shssoichiro/oxipng"
version = "8.0.0"
rust-version = "1.61.0"
rust-version = "1.65.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.61.0**.
The current minimum supported Rust version is **1.65.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.61.0**.
The current minimum supported Rust version is **1.65.0**.
Oxipng follows Semantic Versioning.