get it working with latest rust
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
jake 2021-06-17 12:06:36 -06:00
parent 1b9594dbec
commit cbe2b9a79a
2 changed files with 0 additions and 7 deletions

View File

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

View File

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