Skip to content

Commit

Permalink
Updated rust-version to 1.74.0 (#3492)
Browse files Browse the repository at this point in the history
Ord now requires Rust 1.74 to build, update `rust-version` in Cargo.toml files
to reflect this.
  • Loading branch information
tgscan-dev authored Apr 11, 2024
1 parent a1ba5ea commit 17696f3
Show file tree
Hide file tree
Showing 2 changed files with 2 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.67"
rust-version = "1.74.0"

[package.metadata.deb]
copyright = "The Ord Maintainers"
Expand Down
2 changes: 1 addition & 1 deletion crates/ordinals/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Library for interoperating with ordinals and inscriptions"
homepage = "https://github.com/ordinals/ord"
repository = "https://github.com/ordinals/ord"
license = "CC0-1.0"
rust-version = "1.67"
rust-version = "1.74.0"

[dependencies]
bitcoin = { version = "0.30.1", features = ["rand"] }
Expand Down

0 comments on commit 17696f3

Please sign in to comment.