Skip to content

Commit

Permalink
Update required Rust version in README (#3466)
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoni9n committed Apr 7, 2024
1 parent 17fe6c3 commit c570856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c570856

Please sign in to comment.