We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rust-version
1 parent 1129163 commit f25fbb5Copy full SHA for f25fbb5
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
- stable
20
- beta
21
- nightly
22
+ # When updating this value, don't forget to also adjust the
23
+ # `rust-version` field in the `Cargo.toml` file.
24
- 1.46.0
25
26
include:
Cargo.toml
@@ -20,6 +20,8 @@ A set of types for representing HTTP requests and responses.
keywords = ["http"]
categories = ["web-programming"]
edition = "2018"
+# When updating this value, don't forget to also adjust the GitHub Actions config.
+rust-version = "1.46.0"
[dependencies]
27
bytes = "1"
0 commit comments