Skip to content

Commit

Permalink
chore: add MSRV 1.82
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
astralblue committed Nov 7, 2024
1 parent e264ca7 commit 029a6fc
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions block-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "openrank-block-builder"
description = "OpenRank - Block Builder Node"
rust-version = "1.82"
license.workspace = true
version.workspace = true
authors.workspace = true
Expand Down
1 change: 1 addition & 0 deletions common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "openrank-common"
description = "Common library for OpenRank codebase"
rust-version = "1.82"
license.workspace = true
version.workspace = true
authors.workspace = true
Expand Down
1 change: 1 addition & 0 deletions computer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "openrank-computer"
description = "OpenRank - Computer Node"
rust-version = "1.82"
license.workspace = true
version.workspace = true
authors.workspace = true
Expand Down
1 change: 1 addition & 0 deletions da/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "openrank-da"
description = "DA wrapper for OpenRank codebase"
rust-version = "1.82"
license = "MIT"
version.workspace = true
authors.workspace = true
Expand Down
1 change: 1 addition & 0 deletions openrank-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "openrank-sdk"
description = "OpenRank - SDK"
rust-version = "1.82"
license.workspace = true
version.workspace = true
authors.workspace = true
Expand Down
1 change: 1 addition & 0 deletions relayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "openrank-relayer"
description = "OpenRank - Relayer"
rust-version = "1.82"
license.workspace = true
version.workspace = true
authors.workspace = true
Expand Down
1 change: 1 addition & 0 deletions sequencer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "openrank-sequencer"
description = "OpenRank - Sequencer Node"
rust-version = "1.82"
license.workspace = true
version.workspace = true
authors.workspace = true
Expand Down
1 change: 1 addition & 0 deletions verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "openrank-verifier"
description = "OpenRank - Verifier Node"
rust-version = "1.82"
license.workspace = true
version.workspace = true
authors.workspace = true
Expand Down

0 comments on commit 029a6fc

Please sign in to comment.