specify nightly version

This commit is contained in:
jake 2021-06-16 02:16:52 -06:00
parent f9be2596cf
commit a3f2cd8586

View File

@ -13,5 +13,11 @@ libpso = { path = "path/to/libpso" }
```
at the end of the `Cargo.toml` file
# rust nightly version
```
rustup override set nightly-2021-03-15
```
# to actually run it
* `cargo run`