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
2 changed files with 0 additions and 7 deletions
Showing only changes of commit cbe2b9a79a - Show all commits

View File

@ -13,11 +13,5 @@ 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`

View File

@ -1,5 +1,4 @@
#![allow(incomplete_features)]
#![feature(const_generics)]
#![feature(maybe_uninit_extra)]
#![feature(inline_const)]
#![feature(drain_filter)]