From 9a8d0be4f004d54a4761aa056ab1b4579f388fc0 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 7 Mar 2024 14:25:59 +0100 Subject: [PATCH] chore: increase msrv to 1.74 Signed-off-by: Robin Appelman --- Cargo.toml | 2 +- DEVELOPING.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88b7a8c3..fb564abe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "notify_push" version = "0.1.0" # this version number is unused, the version number for the binary will be extracted from the appinfo/info.xml during build authors = ["Robin Appelman "] edition = "2021" -rust-version = "1.70.0" +rust-version = "1.74.0" [dependencies] redis = { version = "0.24.0", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async"] } diff --git a/DEVELOPING.md b/DEVELOPING.md index 082a6e2f..fab5542e 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -118,7 +118,7 @@ listen('my_message_type', (message_type, optional_body) => { ## Building -The server binary is built using rust and cargo, and requires a minimum of rust `1.70`. +The server binary is built using rust and cargo, and requires a minimum of rust `1.74`. - Install `rust` through your package manager or [rustup](https://rustup.rs/) - Run `cargo build`