Skip to content

Commit cc53ebe

Browse files
committed
Latest deps need 2024 edition, bump MSRV to 1.85
1 parent d4d339b commit cc53ebe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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.80"
14-
edition = "2021"
13+
rust-version = "1.85"
14+
edition = "2024"
1515

1616
[features]
1717
default = ["isahc-client"]

0 commit comments

Comments
 (0)