From e5b4b15cee91da8481a96ad9837a8446bb798c5a Mon Sep 17 00:00:00 2001 From: wcampbell Date: Fri, 18 Aug 2023 07:43:10 -0400 Subject: [PATCH] Bump MSRV to 1.66 --- .github/workflows/main.yml | 4 ++-- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b160ed7..6ff39609 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: toolchain: - stable # msrv - - 1.65.0 + - 1.66.0 features: # default features - @@ -51,7 +51,7 @@ jobs: toolchain: - stable # msrv - - 1.65.0 + - 1.66.0 features: - --no-default-features --features xz - --no-default-features --features gzip diff --git a/Cargo.toml b/Cargo.toml index afaa651f..2b6279d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "backhand" repository = "https://github.com/wcampbell0x2a/backhand" version = "0.13.0" edition = "2021" -rust-version = "1.65.0" +rust-version = "1.66.0" license = "MIT OR Apache-2.0" authors = ["wcampbell "] description = "Library for the reading, creating, and modification of SquashFS file systems" diff --git a/README.md b/README.md index f7cb3ab9..917b4549 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This allows changing the magic bytes, custom compression algorithms, and the End ## Library -*Compiler support: requires rustc 1.65+* +*Compiler support: requires rustc 1.66+* Add the following to your `Cargo.toml` file: ```toml