From 23168cf7180091fdd8c549b97be4a8d2be13c3f1 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 23 Jan 2024 16:51:48 +0100 Subject: [PATCH] update MSRV in DEVELOPING.md Signed-off-by: Robin Appelman --- DEVELOPING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPING.md b/DEVELOPING.md index 6429f5a9..082a6e2f 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.66`. +The server binary is built using rust and cargo, and requires a minimum of rust `1.70`. - Install `rust` through your package manager or [rustup](https://rustup.rs/) - Run `cargo build`