From c5708563fb7a64b35527dcbba340d718df6ecdf4 Mon Sep 17 00:00:00 2001 From: nine <118634361+cryptoni9n@users.noreply.github.com> Date: Sun, 7 Apr 2024 14:05:20 -0400 Subject: [PATCH] Update required Rust version in README (#3466) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ce34f8fec..5f51806bb6 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ cargo build --release Once built, the `ord` binary can be found at `./target/release/ord`. -`ord` requires `rustc` version 1.67.0 or later. Run `rustc --version` to ensure you have this version. Run `rustup update` to get the latest stable release. +`ord` requires `rustc` version 1.74.0 or later. Run `rustc --version` to ensure you have this version. Run `rustup update` to get the latest stable release. ### Docker