Skip to content

Commit 1e4312b

Browse files
committed
fix workspace root package
1 parent 4ebbf92 commit 1e4312b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Cargo.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ repository = "https://github.com/opentensor/subtensor"
1111

1212
[dependencies]
1313
node-subtensor = { path = "node", version = "4.0.0-dev" }
14-
pallet-commitments = { path = "pallets/commitments", version = "4.0.0-dev" }
15-
pallet-subtensor = { path = "pallets/subtensor", version = "4.0.0-dev" }
1614
node-subtensor-runtime = { path = "runtime", version = "4.0.0-dev" }
17-
subtensor-macros = { path = "support/macros", version = "0.1.0" }
1815

1916
[build-dependencies]
2017
subtensor-linting = { path = "support/linting", version = "0.1.0" }
@@ -167,3 +164,8 @@ opt-level = 3
167164
inherits = "release"
168165
lto = true
169166
codegen-units = 1
167+
168+
[features]
169+
default = []
170+
try-runtime = ["node-subtensor/try-runtime", "node-subtensor-runtime/try-runtime"]
171+
runtime-benchmarks = ["node-subtensor/runtime-benchmarks", "node-subtensor-runtime/runtime-benchmarks"]

0 commit comments

Comments
 (0)