Skip to content

Commit f25fbb5

Browse files
Turbo87seanmonstar
authored andcommitted
1 parent 1129163 commit f25fbb5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- stable
2020
- beta
2121
- nightly
22+
# When updating this value, don't forget to also adjust the
23+
# `rust-version` field in the `Cargo.toml` file.
2224
- 1.46.0
2325

2426
include:

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ A set of types for representing HTTP requests and responses.
2020
keywords = ["http"]
2121
categories = ["web-programming"]
2222
edition = "2018"
23+
# When updating this value, don't forget to also adjust the GitHub Actions config.
24+
rust-version = "1.46.0"
2325

2426
[dependencies]
2527
bytes = "1"

0 commit comments

Comments
 (0)