git.delta.rocks / unique-network / refs/commits / a9a8d71503b7

difftreelog

build enable cargo workspace-inheritance

Yaroslav Bolyukin2022-10-20parent: #91cf06e.patch.diff
in: master

5 files changed

modifiedCargo.tomldiffbeforeafterboth
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,3 +1,5 @@
+cargo-features = ["workspace-inheritance"]
+
 [workspace]
 resolver = "2"
 members = [
modifiedpallets/foreign-assets/Cargo.tomldiffbeforeafterboth
1cargo-features = ["workspace-inheritance"]
2
1[package]3[package]
2name = "pallet-foreign-assets"4name = "pallet-foreign-assets"
modifiedruntime/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'
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -1,6 +1,8 @@
 ################################################################################
 # Package
 
+cargo-features = ["workspace-inheritance"]
+
 [package]
 authors = ['Unique Network <support@uniquenetwork.io>']
 build = 'build.rs'
modifiedruntime/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'