specify nightly version

This commit is contained in:
jake 2021-06-16 02:16:52 -06:00 committed by andy
parent a8cd0db6cb
commit 450598d899

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`