Browse Source

specify nightly version

pull/34/head
jake 3 years ago
parent
commit
a3f2cd8586
  1. 6
      README.md

6
README.md

@ -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`
Loading…
Cancel
Save