difftreelog
build enable cargo workspace-inheritance
in: master
5 files changed
Cargo.tomldiffbeforeafterboth--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,5 @@
+cargo-features = ["workspace-inheritance"]
+
[workspace]
resolver = "2"
members = [
pallets/foreign-assets/Cargo.tomldiffbeforeafterboth--- a/pallets/foreign-assets/Cargo.toml
+++ b/pallets/foreign-assets/Cargo.toml
@@ -1,3 +1,5 @@
+cargo-features = ["workspace-inheritance"]
+
[package]
name = "pallet-foreign-assets"
version = "0.1.0"
@@ -7,10 +9,12 @@
[dependencies]
log = { version = "0.4.16", default-features = false }
serde = { version = "1.0.136", optional = true }
-scale-info = { version = "2.0.1", default-features = false, features = ["derive"] }
+scale-info = { version = "2.0.1", default-features = false, features = [
+ "derive",
+] }
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
-sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
+sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.30", default-features = false }
up-data-structs = { default-features = false, path = '../../primitives/data-structs' }
@@ -46,7 +50,7 @@
"pallet-common/std",
"pallet-balances/std",
"pallet-fungible/std",
- "orml-tokens/std"
+ "orml-tokens/std",
]
try-runtime = ["frame-support/try-runtime"]
runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']
runtime/opal/Cargo.tomldiffbeforeafterboth--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -1,6 +1,8 @@
################################################################################
# Package
+cargo-features = ["workspace-inheritance"]
+
[package]
authors = ['Unique Network <support@uniquenetwork.io>']
build = 'build.rs'
runtime/quartz/Cargo.tomldiffbeforeafterboth1################################################################################1################################################################################2# Package2# Package34cargo-features = ["workspace-inheritance"]354[package]6[package]5authors = ['Unique Network <support@uniquenetwork.io>']7authors = ['Unique Network <support@uniquenetwork.io>']runtime/unique/Cargo.tomldiffbeforeafterboth--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -1,6 +1,8 @@
################################################################################
# Package
+cargo-features = ["workspace-inheritance"]
+
[package]
authors = ['Unique Network <support@uniquenetwork.io>']
build = 'build.rs'