Skip to content

Commit

Permalink
Bump MSRV to 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Aug 18, 2023
1 parent 03926e3 commit e5b4b15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
toolchain:
- stable
# msrv
- 1.65.0
- 1.66.0
features:
# default features
-
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
description = "Library for the reading, creating, and modification of SquashFS file systems"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5b4b15

Please sign in to comment.