From 437070cd02ed800fbdf05fe6c3ab65577436a7a0 Mon Sep 17 00:00:00 2001 From: Paul <107915078+PaulSff@users.noreply.github.com> Date: Wed, 7 Aug 2024 00:13:36 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12dd477b..26a0caab 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ First, complete the [basic Rust setup instructions](https://github.com/substrate cd ~ git clone https://github.com/3Dpass/3DP.git cd 3DP -curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2023-05-20 +curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2023-05-05 source $HOME/.cargo/env -rustup target add wasm32-unknown-unknown --toolchain nightly-2023-05-20 +rustup target add wasm32-unknown-unknown --toolchain nightly-2023-05-05 sudo apt-get install -y libclang-dev libssl-dev clang ```