Skip to content

Commit f9d3041

Browse files
tottotoseanmonstar
authored andcommitted
chore(core): set msrv to 1.49
1 parent cedf5e7 commit f9d3041

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,5 @@ jobs:
3636

3737
steps:
3838
- uses: actions/checkout@v4
39-
- name: Install rust ${{ env.minrust }}
40-
uses: dtolnay/rust-toolchain@master
41-
with:
42-
toolchain: ${{ env.minrust }}
43-
- run: cargo build
39+
- uses: taiki-e/install-action@cargo-hack
40+
- run: cargo hack --rust-version --no-dev-deps check --workspace

headers-core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ homepage = "https://hyper.rs"
88
repository = "https://github.com/hyperium/headers"
99
authors = ["Sean McArthur <[email protected]>"]
1010
keywords = ["http", "headers", "hyper", "hyperium"]
11+
rust-version = "1.49"
1112

1213
[dependencies]
1314
http = "1.0.0"

0 commit comments

Comments
 (0)