Skip to content

Commit 029a6fc

Browse files
committed
chore: add MSRV 1.82
Fixes the error: ``` Compiling idna v1.0.3 error[E0658]: use of unstable library feature 'error_in_core' --> /home/ubuntu/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/lib.rs:78:6 | 78 | impl core::error::Error for Errors {} | ^^^^^^^^^^^^^^^^^^ | = note: see issue #103765 <rust-lang/rust#103765> for more information ```
1 parent e264ca7 commit 029a6fc

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

block-builder/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "openrank-block-builder"
33
description = "OpenRank - Block Builder Node"
4+
rust-version = "1.82"
45
license.workspace = true
56
version.workspace = true
67
authors.workspace = true

common/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "openrank-common"
33
description = "Common library for OpenRank codebase"
4+
rust-version = "1.82"
45
license.workspace = true
56
version.workspace = true
67
authors.workspace = true

computer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "openrank-computer"
33
description = "OpenRank - Computer Node"
4+
rust-version = "1.82"
45
license.workspace = true
56
version.workspace = true
67
authors.workspace = true

da/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "openrank-da"
33
description = "DA wrapper for OpenRank codebase"
4+
rust-version = "1.82"
45
license = "MIT"
56
version.workspace = true
67
authors.workspace = true

openrank-sdk/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "openrank-sdk"
33
description = "OpenRank - SDK"
4+
rust-version = "1.82"
45
license.workspace = true
56
version.workspace = true
67
authors.workspace = true

relayer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "openrank-relayer"
33
description = "OpenRank - Relayer"
4+
rust-version = "1.82"
45
license.workspace = true
56
version.workspace = true
67
authors.workspace = true

sequencer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "openrank-sequencer"
33
description = "OpenRank - Sequencer Node"
4+
rust-version = "1.82"
45
license.workspace = true
56
version.workspace = true
67
authors.workspace = true

verifier/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "openrank-verifier"
33
description = "OpenRank - Verifier Node"
4+
rust-version = "1.82"
45
license.workspace = true
56
version.workspace = true
67
authors.workspace = true

0 commit comments

Comments
 (0)