Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[workspace.package]
edition = "2021"

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit contains this manual change, and a search and replace:

fastmod --accept-all --fixed-strings 'edition = "2021"' 'edition.workspace = true'  --extensions rs

[workspace]
resolver = "2"
members = [
Expand Down
2 changes: 1 addition & 1 deletion crates/pallet-domains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-domains"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/pallet-rewards/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-rewards"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/pallet-runtime-configs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-runtime-configs"
version = "0.1.0"
authors = ["Liu-Cheng Xu <[email protected]>"]
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/pallet-subspace-mmr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Primitives for Subspace MMR"
license = "0BSD"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/pallet-subspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-subspace"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>", "Subspace Labs <[email protected]>"]
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/pallet-transaction-fees/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-transaction-fees"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/sc-consensus-subspace-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sc-consensus-subspace-rpc"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>", "Subspace Labs <[email protected]>"]
description = "RPC extensions for the Subspace consensus algorithm"
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/sc-consensus-subspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sc-consensus-subspace"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>", "Subspace Labs <[email protected]>"]
description = "Subspace consensus algorithm for substrate"
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/sc-domains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sc-domains"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
description = "Subspace service."
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/sc-proof-of-time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Subspace proof of time implementation"
license = "0BSD"
version = "0.1.0"
authors = ["Rahul Subramaniyam <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/sc-subspace-block-relay/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Block relay implementation"
license = "0BSD"
version = "0.1.0"
authors = ["Rahul Subramaniyam <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/sc-subspace-chain-specs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Chain specification data structures tailored for Subspace"
license = "0BSD"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/sp-consensus-subspace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "sp-consensus-subspace"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>", "Subspace Labs <[email protected]>"]
description = "Primitives for Subspace consensus"
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/sp-domains-fraud-proof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Domains fraud proof primitves for Consensus chain"
license = "0BSD"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/sp-domains/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sp-domains"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/sp-objects/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sp-objects"
version = "0.1.0"
authors = ["Vedhavyas Singareddi <[email protected]>"]
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/sp-subspace-mmr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Primitives for Subspace MMR"
license = "0BSD"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-archiving/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Collection of modules used for dealing with archived state of Sub
license = "0BSD"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/benches",
"/src",
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-core-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Core primitives for Subspace Network"
license = "0BSD"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-erasure-coding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Polynomial erasure coding implementation used in Subspace Network
license = "0BSD"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-fake-runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "subspace-fake-runtime-api"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
description = "Fake subspace runtime API."
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-farmer-components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Farmer for the Subspace Network Blockchain"
license = "0BSD"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-farmer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Farmer for the Subspace Network Blockchain"
license = "0BSD"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-gateway-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "subspace-gateway-rpc"
version = "0.1.0"
authors = ["Teor <[email protected]>"]
description = "A Subspace Network data gateway."
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Shamil Gadelshin <[email protected]>"
]
description = "A Subspace Network data gateway."
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-malicious-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "subspace-malicious-operator"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
description = "A Subspace Network Blockchain node."
edition = "2021"
edition.workspace = true
license = "0BSD"
build = "build.rs"
homepage = "https://subspace.network"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Shamil Gadelshin <[email protected]>"
]
description = "Networking functionality of Subspace Network, primarily used for DSN (Distributed Storage Network)"
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "subspace-node"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
description = "A Subspace Network Blockchain node."
edition = "2021"
edition.workspace = true
license = "0BSD"
build = "build.rs"
homepage = "https://subspace.network"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-proof-of-space/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Subspace proof of space implementation based on Chia"
license = "0BSD"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/benches",
"/src",
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-proof-of-time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Subspace proof of time implementation"
license = "0BSD"
version = "0.1.0"
authors = ["Nazar Mokrynskyi <[email protected]>"]
edition = "2021"
edition.workspace = true
include = [
"/src",
"/Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-rpc-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "subspace-rpc-primitives"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
description = "RPC primitives for Subspace Network"
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-runtime-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Runtime primitives for Subspace Network"
license = "0BSD"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
edition = "2021"
edition.workspace = true
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
include = [
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "subspace-runtime"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "subspace-service"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
description = "Subspace service."
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion crates/subspace-verification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "subspace-verification"
version = "0.1.0"
authors = ["Vedhavyas Singareddi <[email protected]>"]
edition = "2021"
edition.workspace = true
license = "0BSD"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
2 changes: 1 addition & 1 deletion domains/client/block-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "domain-block-builder"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
Expand Down
2 changes: 1 addition & 1 deletion domains/client/block-preprocessor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "domain-block-preprocessor"
version = "0.1.0"
authors = ["Vedhavyas Singareddi <[email protected]>"]
edition = "2021"
edition.workspace = true
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
description = "Domain block preprocessor"
Expand Down
2 changes: 1 addition & 1 deletion domains/client/consensus-relay-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "domain-client-consensus-relay-chain"
description = "The relay-chain provided consensus algorithm"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
edition.workspace = true

[dependencies]
async-trait.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion domains/client/cross-domain-message-gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "cross-domain-message-gossip"
version = "0.1.0"
authors = ["Vedhavyas Singareddi <[email protected]>"]
edition = "2021"
edition.workspace = true
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
description = "Subspace message relayer."
Expand Down
2 changes: 1 addition & 1 deletion domains/client/domain-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "domain-client-operator"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
edition = "2021"
edition.workspace = true

[dependencies]
async-trait.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion domains/client/eth-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "domain-eth-service"
version = "0.1.0"
authors = ["Vedhavyas Singareddi <[email protected]>"]
edition = "2021"
edition.workspace = true
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
description = "Ethereum compatible core component service"
Expand Down
2 changes: 1 addition & 1 deletion domains/client/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "domain-client-message-relayer"
version = "0.1.0"
authors = ["Vedhavyas Singareddi <[email protected]>"]
edition = "2021"
edition.workspace = true
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
description = "Subspace message relayer."
Expand Down
2 changes: 1 addition & 1 deletion domains/pallets/auto-id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pallet-auto-id"
version = "0.1.0"
authors = ["Subspace Labs <https://subspace.network>"]
edition = "2021"
edition.workspace = true
license = "Apache-2.0"
homepage = "https://subspace.network"
repository = "https://github.com/autonomys/subspace"
Expand Down
Loading