Skip to content

Commit

Permalink
update MSRV in DEVELOPING.md
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Jan 23, 2024
1 parent 345d72a commit 23168cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 23168cf

Please sign in to comment.