Compare commits

..

2 Commits

Author SHA1 Message Date
kozabrada123 5e9359e9f9
Merge 0a1c51dddd into ab82a5d49a 2024-08-02 22:42:59 +02: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" readme = "README.md"
keywords = ["spacebar", "discord", "polyphony"] keywords = ["spacebar", "discord", "polyphony"]
website = ["https://discord.com/invite/m3FpcapGDD"] website = ["https://discord.com/invite/m3FpcapGDD"]
rust-version = "1.67.1" rust-version = "1.70.0"
[features] [features]

View File

@ -119,11 +119,11 @@ We recommend checking out the "examples" directory, as well as the documentation
## MSRV (Minimum Supported Rust Version) ## 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 ## 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. 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`. You can do this by running `rustup target add wasm32-unknown-unknown`.