From fc7d7baeb6fecb9f0d35bd4e08f1638a5e484f3a Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sat, 5 Jul 2025 12:16:37 +0000 Subject: [PATCH] chore: Bump the MSRV to `1.88.0` Signed-off-by: Awiteb --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c443b7..1a87181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" repository = "https://git.4rs.nl/awiteb/n34.git" keywords = ["nostr", "NIP-34", "CLI"] categories = ["command-line-utilities"] -rust-version = "1.85.1" +rust-version = "1.88.0" [dependencies] chrono = "0.4.41"