We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e1cef commit c309f0eCopy full SHA for c309f0e
2 files changed
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
toolchain:
12
- - "1.85"
+ - "1.87"
13
- "stable"
14
- "beta"
15
- "nightly"
Cargo.toml
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/web-push/"
readme = "README.md"
keywords = ["web-push", "http-ece", "vapid"]
categories = ["web-programming", "asynchronous"]
-rust-version = "1.85"
+rust-version = "1.87"
edition = "2024"
16
[features]
0 commit comments