Compare commits

...

2 Commits

Author SHA1 Message Date
kozabrada123 aa3a0c234d
Merge ab82a5d49a into cb3551dcd4 2024-08-02 19:12:42 +00:00
Flori ab82a5d49a
Update MSRV (#540)
* Update msrv
2024-08-02 21:12:38 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ repository = "https://github.com/polyphony-chat/chorus"
readme = "README.md"
keywords = ["spacebar", "discord", "polyphony"]
website = ["https://discord.com/invite/m3FpcapGDD"]
rust-version = "1.67.1"
rust-version = "1.70.0"
[features]

View File

@ -119,11 +119,11 @@ We recommend checking out the "examples" directory, as well as the documentation
## MSRV (Minimum Supported Rust Version)
Rust **1.67.1**. This number might change at any point while Chorus is not yet at version 1.0.0.
Rust **1.70.0**. This number might change at any point while Chorus is not yet at version 1.0.0.
## Development Setup
Make sure that you have at least Rust 1.67.1 installed. You can check your Rust version by running `cargo --version`
Make sure that you have at least Rust 1.70.0 installed. You can check your Rust version by running `cargo --version`
in your terminal. To compile for `wasm32-unknown-unknown`, you need to install the `wasm32-unknown-unknown` target.
You can do this by running `rustup target add wasm32-unknown-unknown`.