get elseware working with a newer version of rust #34

Merged
jake merged 13 commits from latestrust into master 2021-06-17 14:48:43 -04:00
Showing only changes of commit a3f2cd8586 - Show all commits

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`