Skip to content

Commit 3c299bd

Browse files
committed
Increase minimum compiler version to 1.67
1 parent 0cb2749 commit 3c299bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
matrix:
8383
os: [windows-2022, macos-latest, ubuntu-latest]
8484
env:
85-
version: 1.63.0
85+
version: 1.67.0
8686
steps:
8787
- uses: actions/checkout@v4
8888
- name: Install Rust (rustup)
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
env:
107107
# If this is changed to pass tests, then set `rust-version` in `Cargo.toml` to the same version.
108-
version: 1.56.1
108+
version: 1.67.0
109109
steps:
110110
- uses: actions/checkout@v4
111111
- name: Install Rust (rustup)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version = "1.0.35"
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
8-
rust-version = "1.56.1"
8+
rust-version = "1.67.0"
99
keywords = ["gzip", "deflate", "zlib", "zlib-ng", "encoding"]
1010
categories = ["compression", "api-bindings"]
1111
repository = "https://github.com/rust-lang/flate2-rs"

0 commit comments

Comments
 (0)