diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3dfa4321f..53178a699 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ To run the landing page If you are having issues ensure you are using the following versions of Rust and Node: -- Rust version: **1.64.0** +- Rust version: **1.67.0** - Node version: **18** ##### Mobile app diff --git a/core/Cargo.toml b/core/Cargo.toml index 5cedd0370..065015625 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Spacedrive Technology Inc."] license = "GNU GENERAL PUBLIC LICENSE" repository = "https://github.com/spacedriveapp/spacedrive" edition = "2021" -rust-version = "1.64.0" +rust-version = "1.67.0" [features] default = ["p2p"] diff --git a/docs/developers/prerequisites/environment-setup.md b/docs/developers/prerequisites/environment-setup.md index b6fb2e2e3..2b5a0f2ff 100644 --- a/docs/developers/prerequisites/environment-setup.md +++ b/docs/developers/prerequisites/environment-setup.md @@ -69,5 +69,5 @@ To run mobile app If you are having issues ensure you are using the following versions of Rust and Node: -- Rust version: **1.64.0** +- Rust version: **1.67.0** - Node version: **17**