Skip to content

Commit

Permalink
Fix cargo machete
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrylavrenov committed Nov 7, 2024
1 parent dddd9ef commit cd68972
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

3 changes: 0 additions & 3 deletions crates/humanode-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ sp-runtime = { workspace = true }
sp-session = { workspace = true }
sp-staking = { workspace = true }
sp-std = { workspace = true }
sp-tracing = { workspace = true }
sp-transaction-pool = { workspace = true }
sp-version = { workspace = true }
static_assertions = { workspace = true }
Expand Down Expand Up @@ -224,7 +223,6 @@ std = [
"sp-session/std",
"sp-staking/std",
"sp-std/std",
"sp-tracing/std",
"sp-transaction-pool/std",
"sp-version/std",
"substrate-wasm-builder",
Expand Down Expand Up @@ -274,5 +272,4 @@ try-runtime = [
with-tracing = [
"frame-executive/with-tracing",
"sp-io/with-tracing",
"sp-tracing/with-tracing"
]

0 comments on commit cd68972

Please sign in to comment.