Skip to content

Commit

Permalink
Set rustc version in Cargo.toml & README (ordinals#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
apbendi committed Feb 9, 2023
1 parent 71506a6 commit f599b82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ autotests = false
homepage = "https://github.com/casey/ord"
repository = "https://github.com/casey/ord"
autobins = false
rust-version = "1.67"

[workspace]
members = [".", "test-bitcoincore-rpc"]
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ cd ord
cargo build --release
```

`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.

Syncing
-------

Expand Down

0 comments on commit f599b82

Please sign in to comment.