Skip to content

Commit c309f0e

Browse files
committed
Bump MSRV to 1.87 (is_multiple_of used by latest deps)
1 parent 98e1cef commit c309f0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
toolchain:
12-
- "1.85"
12+
- "1.87"
1313
- "stable"
1414
- "beta"
1515
- "nightly"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/web-push/"
1010
readme = "README.md"
1111
keywords = ["web-push", "http-ece", "vapid"]
1212
categories = ["web-programming", "asynchronous"]
13-
rust-version = "1.85"
13+
rust-version = "1.87"
1414
edition = "2024"
1515

1616
[features]

0 commit comments

Comments
 (0)