We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51318d commit f4d4c47Copy full SHA for f4d4c47
.github/workflows/CI.yml
@@ -60,7 +60,7 @@ jobs:
60
needs: [style]
61
strategy:
62
matrix:
63
- rust: [ 1.63 ] # keep in sync with 'rust-version' in Cargo.toml
+ rust: [ 1.65 ] # keep in sync with 'rust-version' in Cargo.toml
64
runs-on: ubuntu-latest
65
steps:
66
- uses: actions/checkout@v4
Cargo.toml
@@ -11,7 +11,7 @@ authors = ["Sean McArthur <sean@seanmonstar.com>"]
11
keywords = ["http", "hyper", "hyperium"]
12
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
13
edition = "2021"
14
-rust-version = "1.63"
+rust-version = "1.65"
15
16
[package.metadata.docs.rs]
17
features = ["full"]
0 commit comments