From 54516bd738c6da62e2866f7e20b81e6c28205184 Mon Sep 17 00:00:00 2001 From: John Bledsoe <59550+johnbcodes@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:51:28 -0500 Subject: [PATCH] fix: Update MSRV to 1.78.0 --- Cargo.toml | 2 +- README.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ddc903d..a96f5bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rust-quote-editor" version = "0.1.0" edition = "2021" -rust-version = "1.67.1" +rust-version = "1.78.0" default-run = "demo" [[bin]] diff --git a/README.md b/README.md index 6546664..a018961 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ Additionally, there were some other features that haven't been replicated yet: #### Prerequisites -* Rust version 1.67.1 or greater installed +* Rust version 1.78.0 or greater installed * NodeJS version 20 or greater installed #### Install and build * Install Node dependencies `npm install` -* Build web with `npm run build` +* Build web with `npm run build` * Install Rust dependencies `cargo install` * Build with `cargo build` * Run with `cargo run` @@ -90,4 +90,3 @@ Additionally, there were some other features that haven't been replicated yet: * `fly auth docker` * `docker push registry.fly.io/:` * `fly deploy --image registry.fly.io/:` -