Skip to content

Commit c61fb8d

Browse files
authored
msrv: reduce to 1.64, only run check in ci (#567)
1 parent 8d38de8 commit c61fb8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- uses: actions/checkout@v4
75-
- uses: dtolnay/rust-toolchain@1.66
75+
- uses: dtolnay/rust-toolchain@1.64
7676
- name: Install protoc
7777
uses: taiki-e/install-action@v2
7878
with:
@@ -81,7 +81,7 @@ jobs:
8181
- run: cargo update -p tokio-util --precise 0.7.11
8282
- run: cargo update -p flate2 --precise 1.0.35
8383
- run: cargo update -p once_cell --precise 1.20.3
84-
- run: cargo test -p tower-http --all-features
84+
- run: cargo check -p tower-http --all-features
8585

8686
style:
8787
needs: check

tower-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/tower-rs/tower-http"
1010
homepage = "https://github.com/tower-rs/tower-http"
1111
categories = ["asynchronous", "network-programming", "web-programming"]
1212
keywords = ["io", "async", "futures", "service", "http"]
13-
rust-version = "1.66"
13+
rust-version = "1.64"
1414

1515
[dependencies]
1616
bitflags = "2.0.2"

0 commit comments

Comments
 (0)