Skip to content

Commit

Permalink
fix: Update MSRV to 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbcodes committed Aug 27, 2024
1 parent 4b80518 commit 54516bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -90,4 +90,3 @@ Additionally, there were some other features that haven't been replicated yet:
* `fly auth docker`
* `docker push registry.fly.io/<GLOBALLY-UNIQUE-APP-NAME>:<VERSION-NUMBER>`
* `fly deploy --image registry.fly.io/<GLOBALLY-UNIQUE-APP-NAME>:<VERSION-NUMBER>`

0 comments on commit 54516bd

Please sign in to comment.