Skip to content

Commit

Permalink
Bump ord crate required rust version to 1.76 (ordinals#3512)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Apr 11, 2024
1 parent 02fed68 commit 1ec904a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ autotests = false
homepage = "https://github.com/ordinals/ord"
repository = "https://github.com/ordinals/ord"
autobins = false
rust-version = "1.74.0"
rust-version = "1.76.0"

[package.metadata.deb]
copyright = "The Ord Maintainers"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ cargo build --release

Once built, the `ord` binary can be found at `./target/release/ord`.

`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.
`ord` requires `rustc` version 1.76.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 1ec904a

Please sign in to comment.