We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4190f commit 5825833Copy full SHA for 5825833
.github/workflows/ci.yaml
@@ -23,7 +23,7 @@ jobs:
23
flags: --no-default-features --features=native-tls,online-tests # disables rustls
24
- target: x86_64-unknown-linux-gnu
25
os: ubuntu-latest
26
- flags: --features=http3
+ flags: --features=http3,message-signatures
27
rustflags: --cfg reqwest_unstable
28
- target: x86_64-apple-darwin
29
os: macos-15-intel
0 commit comments