diff --git a/block-builder/Cargo.toml b/block-builder/Cargo.toml index ca688a5c..c2958413 100644 --- a/block-builder/Cargo.toml +++ b/block-builder/Cargo.toml @@ -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 diff --git a/common/Cargo.toml b/common/Cargo.toml index 1317a86b..89e6df59 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -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 diff --git a/computer/Cargo.toml b/computer/Cargo.toml index e927ee8b..5813d5bd 100644 --- a/computer/Cargo.toml +++ b/computer/Cargo.toml @@ -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 diff --git a/da/Cargo.toml b/da/Cargo.toml index c8b51695..5f894cec 100644 --- a/da/Cargo.toml +++ b/da/Cargo.toml @@ -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 diff --git a/openrank-sdk/Cargo.toml b/openrank-sdk/Cargo.toml index 23da57a5..cfaae905 100644 --- a/openrank-sdk/Cargo.toml +++ b/openrank-sdk/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "openrank-sdk" description = "OpenRank - SDK" +rust-version = "1.82" license.workspace = true version.workspace = true authors.workspace = true diff --git a/relayer/Cargo.toml b/relayer/Cargo.toml index 2fd9c3b9..89cced7c 100644 --- a/relayer/Cargo.toml +++ b/relayer/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "openrank-relayer" description = "OpenRank - Relayer" +rust-version = "1.82" license.workspace = true version.workspace = true authors.workspace = true diff --git a/rust-toolchain.toml b/rust-toolchain.toml index dbbcfec3..c3b728de 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.79.0" +channel = "1.82.0" components = ["rustfmt", "clippy", "rust-analysis"] targets = ["aarch64-apple-darwin"] diff --git a/sequencer/Cargo.toml b/sequencer/Cargo.toml index 825be803..4cef4c03 100644 --- a/sequencer/Cargo.toml +++ b/sequencer/Cargo.toml @@ -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 diff --git a/verifier/Cargo.toml b/verifier/Cargo.toml index ce7601e9..196ba4b5 100644 --- a/verifier/Cargo.toml +++ b/verifier/Cargo.toml @@ -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