Skip to content

Commit 17696f3

Browse files
authored
Updated rust-version to 1.74.0 (#3492)
Ord now requires Rust 1.74 to build, update `rust-version` in Cargo.toml files to reflect this.
1 parent a1ba5ea commit 17696f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ autotests = false
88
homepage = "https://github.com/ordinals/ord"
99
repository = "https://github.com/ordinals/ord"
1010
autobins = false
11-
rust-version = "1.67"
11+
rust-version = "1.74.0"
1212

1313
[package.metadata.deb]
1414
copyright = "The Ord Maintainers"

crates/ordinals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Library for interoperating with ordinals and inscriptions"
66
homepage = "https://github.com/ordinals/ord"
77
repository = "https://github.com/ordinals/ord"
88
license = "CC0-1.0"
9-
rust-version = "1.67"
9+
rust-version = "1.74.0"
1010

1111
[dependencies]
1212
bitcoin = { version = "0.30.1", features = ["rand"] }

0 commit comments

Comments
 (0)