Skip to content

Commit 23168cf

Browse files
committed
update MSRV in DEVELOPING.md
Signed-off-by: Robin Appelman <[email protected]>
1 parent 345d72a commit 23168cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPING.md

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

119119
## Building
120120

121-
The server binary is built using rust and cargo, and requires a minimum of rust `1.66`.
121+
The server binary is built using rust and cargo, and requires a minimum of rust `1.70`.
122122

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

0 commit comments

Comments
 (0)