diff options
| author | Fuwn <[email protected]> | 2022-07-31 13:07:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-31 13:07:23 +0000 |
| commit | afefaf95faea577a1a0f0e8d950537f73acb0821 (patch) | |
| tree | 3e086cc6fe28c564491a7389e1ada1ed01c4916e | |
| parent | feat(response): success with mime response (diff) | |
| download | windmark-afefaf95faea577a1a0f0e8d950537f73acb0821.tar.xz windmark-afefaf95faea577a1a0f0e8d950537f73acb0821.zip | |
docs(README.md): add nightly toolchain notice
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -9,6 +9,12 @@ the modern age! ## Usage +### Notice + +Windmark requires the nightly Rust toolchain! + +To sync your project directory with Windmark's toolchain version, execute `rustup override set nightly-2022-02-22` within your command prompt while inside your projects directory. + ### Add Windmark as a dependency ```toml |