From 990844473a76cec0f30f2719eddeaa3d41873752 Mon Sep 17 00:00:00 2001 From: Preston Evans <32944016+preston-evans98@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:10:57 -0700 Subject: [PATCH] Remove rust-version from cargo files (#1078) * Remove rust-version from cargo files * fix whitespace --- Cargo.toml | 1 - adapters/avail/Cargo.toml | 1 - adapters/risc0/Cargo.toml | 1 - full-node/db/sov-db/Cargo.toml | 2 +- full-node/db/sov-schema-db/Cargo.toml | 2 +- full-node/sov-ethereum/Cargo.toml | 2 +- full-node/sov-ledger-rpc/Cargo.toml | 2 +- full-node/sov-sequencer/Cargo.toml | 2 +- full-node/sov-stf-runner/Cargo.toml | 2 +- .../examples/sov-accessory-state/Cargo.toml | 2 +- .../examples/sov-value-setter/Cargo.toml | 2 +- .../module-implementations/examples/sov-vec-setter/Cargo.toml | 2 +- .../module-implementations/integration-tests/Cargo.toml | 2 +- .../module-implementations/module-template/Cargo.toml | 2 +- module-system/module-implementations/sov-accounts/Cargo.toml | 2 +- .../module-implementations/sov-attester-incentives/Cargo.toml | 2 +- module-system/module-implementations/sov-bank/Cargo.toml | 2 +- .../module-implementations/sov-blob-storage/Cargo.toml | 1 - .../module-implementations/sov-chain-state/Cargo.toml | 2 +- module-system/module-implementations/sov-evm/Cargo.toml | 2 +- .../module-implementations/sov-prover-incentives/Cargo.toml | 2 +- .../module-implementations/sov-sequencer-registry/Cargo.toml | 2 +- module-system/module-schemas/Cargo.toml | 2 +- module-system/sov-cli/Cargo.toml | 1 - module-system/sov-modules-api/Cargo.toml | 2 +- module-system/sov-modules-macros/Cargo.toml | 2 +- module-system/sov-modules-rollup-template/Cargo.toml | 3 +-- module-system/sov-modules-stf-template/Cargo.toml | 2 +- module-system/sov-state/Cargo.toml | 2 +- module-system/utils/sov-data-generators/Cargo.toml | 2 +- module-system/utils/sov-first-read-last-write-cache/Cargo.toml | 2 +- rollup-interface/Cargo.toml | 2 +- sov-rollup-starter/Cargo.toml | 1 - utils/bashtestmd/Cargo.toml | 2 +- utils/rng-da-service/Cargo.toml | 2 +- utils/zk-cycle-macros/Cargo.toml | 2 +- utils/zk-cycle-utils/Cargo.toml | 2 +- 37 files changed, 31 insertions(+), 38 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9932ee828..959b0d935 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,6 @@ authors = ["Sovereign Labs "] homepage = "https://www.sovereign.xyz" publish = false repository = "https://github.com/sovereign-labs/sovereign-sdk" -rust-version = "1.66" [workspace.dependencies] # Dependencies maintained by Sovereign diff --git a/adapters/avail/Cargo.toml b/adapters/avail/Cargo.toml index ebc9ae84b..9e1704109 100644 --- a/adapters/avail/Cargo.toml +++ b/adapters/avail/Cargo.toml @@ -7,7 +7,6 @@ authors.workspace = true homepage.workspace = true publish.workspace = true repository.workspace = true -rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/adapters/risc0/Cargo.toml b/adapters/risc0/Cargo.toml index d5dea0689..f17740574 100644 --- a/adapters/risc0/Cargo.toml +++ b/adapters/risc0/Cargo.toml @@ -6,7 +6,6 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } version = { workspace = true } readme = "README.md" diff --git a/full-node/db/sov-db/Cargo.toml b/full-node/db/sov-db/Cargo.toml index 650ae3b9f..7b57fdad1 100644 --- a/full-node/db/sov-db/Cargo.toml +++ b/full-node/db/sov-db/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } authors = { workspace = true } homepage = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/full-node/db/sov-schema-db/Cargo.toml b/full-node/db/sov-schema-db/Cargo.toml index bd9a5745c..ab2b8674f 100644 --- a/full-node/db/sov-schema-db/Cargo.toml +++ b/full-node/db/sov-schema-db/Cargo.toml @@ -9,7 +9,7 @@ authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + readme = "README.md" [dependencies] diff --git a/full-node/sov-ethereum/Cargo.toml b/full-node/sov-ethereum/Cargo.toml index 56fef2394..7c09bc50c 100644 --- a/full-node/sov-ethereum/Cargo.toml +++ b/full-node/sov-ethereum/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/full-node/sov-ledger-rpc/Cargo.toml b/full-node/sov-ledger-rpc/Cargo.toml index 1ca92e6a5..9ba8c6645 100644 --- a/full-node/sov-ledger-rpc/Cargo.toml +++ b/full-node/sov-ledger-rpc/Cargo.toml @@ -6,7 +6,7 @@ homepage = { workspace = true } license = { workspace = true } description = "JSON-RPC server and client implementations for Sovereign SDK rollups" repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } resolver = "2" publish = true diff --git a/full-node/sov-sequencer/Cargo.toml b/full-node/sov-sequencer/Cargo.toml index 42c611b07..fb794b677 100644 --- a/full-node/sov-sequencer/Cargo.toml +++ b/full-node/sov-sequencer/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/full-node/sov-stf-runner/Cargo.toml b/full-node/sov-stf-runner/Cargo.toml index 6f3931ca0..2e800c0a9 100644 --- a/full-node/sov-stf-runner/Cargo.toml +++ b/full-node/sov-stf-runner/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/module-implementations/examples/sov-accessory-state/Cargo.toml b/module-system/module-implementations/examples/sov-accessory-state/Cargo.toml index 454d2f040..b663921a3 100644 --- a/module-system/module-implementations/examples/sov-accessory-state/Cargo.toml +++ b/module-system/module-implementations/examples/sov-accessory-state/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" publish = false diff --git a/module-system/module-implementations/examples/sov-value-setter/Cargo.toml b/module-system/module-implementations/examples/sov-value-setter/Cargo.toml index 76a98e0dc..44b784db7 100644 --- a/module-system/module-implementations/examples/sov-value-setter/Cargo.toml +++ b/module-system/module-implementations/examples/sov-value-setter/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/module-implementations/examples/sov-vec-setter/Cargo.toml b/module-system/module-implementations/examples/sov-vec-setter/Cargo.toml index 70ca7e37d..10b74913b 100644 --- a/module-system/module-implementations/examples/sov-vec-setter/Cargo.toml +++ b/module-system/module-implementations/examples/sov-vec-setter/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/module-implementations/integration-tests/Cargo.toml b/module-system/module-implementations/integration-tests/Cargo.toml index 27fc047d3..828bc2197 100644 --- a/module-system/module-implementations/integration-tests/Cargo.toml +++ b/module-system/module-implementations/integration-tests/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" publish = false diff --git a/module-system/module-implementations/module-template/Cargo.toml b/module-system/module-implementations/module-template/Cargo.toml index 38974ba2d..28c63a448 100644 --- a/module-system/module-implementations/module-template/Cargo.toml +++ b/module-system/module-implementations/module-template/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" publish = false diff --git a/module-system/module-implementations/sov-accounts/Cargo.toml b/module-system/module-implementations/sov-accounts/Cargo.toml index 03aa07d25..355a3719d 100644 --- a/module-system/module-implementations/sov-accounts/Cargo.toml +++ b/module-system/module-implementations/sov-accounts/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/module-implementations/sov-attester-incentives/Cargo.toml b/module-system/module-implementations/sov-attester-incentives/Cargo.toml index 485d2f5d1..12580cb8c 100644 --- a/module-system/module-implementations/sov-attester-incentives/Cargo.toml +++ b/module-system/module-implementations/sov-attester-incentives/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/module-implementations/sov-bank/Cargo.toml b/module-system/module-implementations/sov-bank/Cargo.toml index 18a95f343..2a023fd5b 100644 --- a/module-system/module-implementations/sov-bank/Cargo.toml +++ b/module-system/module-implementations/sov-bank/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/module-implementations/sov-blob-storage/Cargo.toml b/module-system/module-implementations/sov-blob-storage/Cargo.toml index fe4b59655..cc6d6410a 100644 --- a/module-system/module-implementations/sov-blob-storage/Cargo.toml +++ b/module-system/module-implementations/sov-blob-storage/Cargo.toml @@ -6,7 +6,6 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } version = { workspace = true } readme = "README.md" diff --git a/module-system/module-implementations/sov-chain-state/Cargo.toml b/module-system/module-implementations/sov-chain-state/Cargo.toml index 5d6411be4..06ee2fcd0 100644 --- a/module-system/module-implementations/sov-chain-state/Cargo.toml +++ b/module-system/module-implementations/sov-chain-state/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/module-implementations/sov-evm/Cargo.toml b/module-system/module-implementations/sov-evm/Cargo.toml index ffa78cf1a..b6589adc4 100644 --- a/module-system/module-implementations/sov-evm/Cargo.toml +++ b/module-system/module-implementations/sov-evm/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/module-implementations/sov-prover-incentives/Cargo.toml b/module-system/module-implementations/sov-prover-incentives/Cargo.toml index 381d4aa60..4d7e92c7e 100644 --- a/module-system/module-implementations/sov-prover-incentives/Cargo.toml +++ b/module-system/module-implementations/sov-prover-incentives/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/module-implementations/sov-sequencer-registry/Cargo.toml b/module-system/module-implementations/sov-sequencer-registry/Cargo.toml index c073ec2fa..4091d6897 100644 --- a/module-system/module-implementations/sov-sequencer-registry/Cargo.toml +++ b/module-system/module-implementations/sov-sequencer-registry/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" diff --git a/module-system/module-schemas/Cargo.toml b/module-system/module-schemas/Cargo.toml index 4cb994f74..fbd56d9f5 100644 --- a/module-system/module-schemas/Cargo.toml +++ b/module-system/module-schemas/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/sov-cli/Cargo.toml b/module-system/sov-cli/Cargo.toml index ec364e3f3..15c577316 100644 --- a/module-system/sov-cli/Cargo.toml +++ b/module-system/sov-cli/Cargo.toml @@ -7,7 +7,6 @@ authors.workspace = true homepage.workspace = true publish.workspace = true repository.workspace = true -rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/module-system/sov-modules-api/Cargo.toml b/module-system/sov-modules-api/Cargo.toml index dcb6a207a..d1ce0fef6 100644 --- a/module-system/sov-modules-api/Cargo.toml +++ b/module-system/sov-modules-api/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/sov-modules-macros/Cargo.toml b/module-system/sov-modules-macros/Cargo.toml index d0bff7e37..cf75b800b 100644 --- a/module-system/sov-modules-macros/Cargo.toml +++ b/module-system/sov-modules-macros/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/sov-modules-rollup-template/Cargo.toml b/module-system/sov-modules-rollup-template/Cargo.toml index deadde397..64bf6c4b1 100644 --- a/module-system/sov-modules-rollup-template/Cargo.toml +++ b/module-system/sov-modules-rollup-template/Cargo.toml @@ -6,7 +6,6 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } version = { workspace = true } readme = "README.md" resolver = "2" @@ -24,4 +23,4 @@ sov-db = { path = "../../full-node/db/sov-db" } anyhow = { workspace = true } async-trait = { workspace = true } jsonrpsee = { workspace = true, features = ["http-client", "server"] } -tokio = { workspace = true } \ No newline at end of file +tokio = { workspace = true } diff --git a/module-system/sov-modules-stf-template/Cargo.toml b/module-system/sov-modules-stf-template/Cargo.toml index 89a1c2390..1accbbe22 100644 --- a/module-system/sov-modules-stf-template/Cargo.toml +++ b/module-system/sov-modules-stf-template/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/sov-state/Cargo.toml b/module-system/sov-state/Cargo.toml index 80bc7a319..423dd025d 100644 --- a/module-system/sov-state/Cargo.toml +++ b/module-system/sov-state/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/utils/sov-data-generators/Cargo.toml b/module-system/utils/sov-data-generators/Cargo.toml index 9c3edea1a..701449cb4 100644 --- a/module-system/utils/sov-data-generators/Cargo.toml +++ b/module-system/utils/sov-data-generators/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/module-system/utils/sov-first-read-last-write-cache/Cargo.toml b/module-system/utils/sov-first-read-last-write-cache/Cargo.toml index a81ecd327..bfccc3d1b 100644 --- a/module-system/utils/sov-first-read-last-write-cache/Cargo.toml +++ b/module-system/utils/sov-first-read-last-write-cache/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/rollup-interface/Cargo.toml b/rollup-interface/Cargo.toml index 56161665e..935243f06 100644 --- a/rollup-interface/Cargo.toml +++ b/rollup-interface/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/sov-rollup-starter/Cargo.toml b/sov-rollup-starter/Cargo.toml index f3d4833a3..51d6214b6 100644 --- a/sov-rollup-starter/Cargo.toml +++ b/sov-rollup-starter/Cargo.toml @@ -7,7 +7,6 @@ authors.workspace = true homepage.workspace = true publish.workspace = true repository.workspace = true -rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/utils/bashtestmd/Cargo.toml b/utils/bashtestmd/Cargo.toml index 8925c0c0d..f394bc1ed 100644 --- a/utils/bashtestmd/Cargo.toml +++ b/utils/bashtestmd/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } resolver = "2" publish = false diff --git a/utils/rng-da-service/Cargo.toml b/utils/rng-da-service/Cargo.toml index 906921473..60f08398e 100644 --- a/utils/rng-da-service/Cargo.toml +++ b/utils/rng-da-service/Cargo.toml @@ -5,7 +5,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } resolver = "2" publish = false diff --git a/utils/zk-cycle-macros/Cargo.toml b/utils/zk-cycle-macros/Cargo.toml index 7c7c074f8..4920b48c5 100644 --- a/utils/zk-cycle-macros/Cargo.toml +++ b/utils/zk-cycle-macros/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2" diff --git a/utils/zk-cycle-utils/Cargo.toml b/utils/zk-cycle-utils/Cargo.toml index 8b29aa866..d35bce4df 100644 --- a/utils/zk-cycle-utils/Cargo.toml +++ b/utils/zk-cycle-utils/Cargo.toml @@ -6,7 +6,7 @@ edition = { workspace = true } homepage = { workspace = true } license = { workspace = true } repository = { workspace = true } -rust-version = { workspace = true } + version = { workspace = true } readme = "README.md" resolver = "2"