Skip to content

Commit

Permalink
Merge pull request #744 from opentensor/sam-fix-workspace-deps
Browse files Browse the repository at this point in the history
fix broken workspace root package
  • Loading branch information
unconst authored Aug 23, 2024
2 parents e2a60a1 + 917217f commit 3496c34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ repository = "https://github.com/opentensor/subtensor"

[dependencies]
node-subtensor = { path = "node", version = "4.0.0-dev" }
pallet-commitments = { path = "pallets/commitments", version = "4.0.0-dev" }
pallet-subtensor = { path = "pallets/subtensor", version = "4.0.0-dev" }
node-subtensor-runtime = { path = "runtime", version = "4.0.0-dev" }
subtensor-macros = { path = "support/macros", version = "0.1.0" }

[build-dependencies]
subtensor-linting = { path = "support/linting", version = "0.1.0" }
Expand Down Expand Up @@ -167,3 +164,8 @@ opt-level = 3
inherits = "release"
lto = true
codegen-units = 1

[features]
default = []
try-runtime = ["node-subtensor/try-runtime", "node-subtensor-runtime/try-runtime"]
runtime-benchmarks = ["node-subtensor/runtime-benchmarks", "node-subtensor-runtime/runtime-benchmarks"]

0 comments on commit 3496c34

Please sign in to comment.