diff --git a/Cargo.toml b/Cargo.toml index 88b7a8c..fb564ab 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 082a6e2..fab5542 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`