Merge pull request #556 from spacedriveapp/update-msrv

update msrv to 1.67
This commit is contained in:
Brendan Allan 2023-02-01 12:30:31 +08:00 committed by GitHub
commit e0ead286cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"]

View file

@ -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**