git.delta.rocks / unique-network / refs/commits / 412ca933a850

difftreelog

turn off quartz and unique runtimes by default

Igor Kozyrev2022-03-29parent: #0217f0b.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5565,7 +5565,7 @@
 
 [[package]]
 name = "opal-runtime"
-version = "0.1.0"
+version = "0.9.18"
 dependencies = [
  "cumulus-pallet-aura-ext",
  "cumulus-pallet-dmp-queue",
@@ -8693,7 +8693,7 @@
 
 [[package]]
 name = "quartz-runtime"
-version = "0.1.0"
+version = "0.9.18"
 dependencies = [
  "cumulus-pallet-aura-ext",
  "cumulus-pallet-dmp-queue",
@@ -12534,7 +12534,7 @@
 
 [[package]]
 name = "unique-runtime"
-version = "0.9.17"
+version = "0.9.18"
 dependencies = [
  "cumulus-pallet-aura-ext",
  "cumulus-pallet-dmp-queue",
@@ -12610,7 +12610,7 @@
 
 [[package]]
 name = "unique-runtime-common"
-version = "0.1.0"
+version = "0.9.18"
 dependencies = [
  "fp-rpc",
  "frame-support",
modifiednode/cli/Cargo.tomldiffbeforeafterboth
312unique-rpc = { default-features = false, path = "../rpc" }312unique-rpc = { default-features = false, path = "../rpc" }
313313
314[features]314[features]
315default = ["unique-runtime", "quartz-runtime"]315default = []
316runtime-benchmarks = [316runtime-benchmarks = [
317 'unique-runtime/runtime-benchmarks',317 'unique-runtime/runtime-benchmarks',
318 'polkadot-service/runtime-benchmarks',318 'polkadot-service/runtime-benchmarks',