From 4fd2237b6944607c56f6a17042f14ae89bada58a Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Mon, 11 Aug 2025 21:26:17 -0500 Subject: [PATCH] Specify on README to use nightly when building even though it should be detected by rust-toolchain.toml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf91980..ff54e30 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If it turns out that you're missing one of these, it will fail to compile and te 1. Get the rust toolchain from [rustup.rs](https://rustup.rs) 2. Clone the repo and `cd` into it -3. Run `cargo build --release` +3. Run `cargo +nightly build --release` The binary should then be found at `./target/release/tdf`.