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 - x86_64-apple-darwin
toolchain: toolchain:
# Minimum stable # Minimum stable
- "1.61.0" - "1.65.0"
- stable - stable
- beta - beta
- nightly - nightly

View file

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

View file

@ -32,7 +32,7 @@ cargo build --release
cp target/release/oxipng /usr/local/bin 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. Oxipng follows Semantic Versioning.

View file

@ -32,7 +32,7 @@ cargo build --release
cp target/release/oxipng /usr/local/bin 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. Oxipng follows Semantic Versioning.