From a3f2cd8586d62b1c2c968d062397b2197a6e8655 Mon Sep 17 00:00:00 2001 From: jake Date: Wed, 16 Jun 2021 02:16:52 -0600 Subject: [PATCH] specify nightly version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a7bb401..e2c1ec5 100644 --- a/README.md +++ b/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`