Skip to content

Commit bc38bd5

Browse files
committed
update MSRV in DEVELOPING.md
Signed-off-by: Robin Appelman <robin@icewind.nl>
1 parent 931b03e commit bc38bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ listen('my_message_type', (message_type, optional_body) => {
129129

130130
## Building
131131

132-
The server binary is built using rust and cargo, and requires a minimum of rust `1.85`.
132+
The server binary is built using rust and cargo, and requires a minimum of rust `1.88`.
133133

134134
- Install `rust` through your package manager or [rustup](https://rustup.rs/)
135135
- Run `cargo build`

0 commit comments

Comments
 (0)