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
before · Cargo.lock
993 packageslockfile v3
after · Cargo.lock
993 packageslockfile v3
modifiednode/cli/Cargo.tomldiffbeforeafterboth
--- a/node/cli/Cargo.toml
+++ b/node/cli/Cargo.toml
@@ -312,7 +312,7 @@
 unique-rpc = { default-features = false, path = "../rpc" }
 
 [features]
-default = ["unique-runtime", "quartz-runtime"]
+default = []
 runtime-benchmarks = [
     'unique-runtime/runtime-benchmarks',
     'polkadot-service/runtime-benchmarks',