Skip to content

Commit

Permalink
just changle location of substrate-wasm-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Jan 9, 2025
1 parent 486be73 commit 21245bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,11 @@ default-features = false
optional = true
path = "../substrate/utils/substrate-bip39"

[dependencies.substrate-wasm-builder]
default-features = false
optional = true
path = "../substrate/utils/wasm-builder"

[dependencies.testnet-parachains-constants]
default-features = false
optional = true
Expand Down Expand Up @@ -2490,11 +2495,6 @@ default-features = false
optional = true
path = "../substrate/utils/frame/rpc/state-trie-migration-rpc"

[dependencies.substrate-wasm-builder]
default-features = false
optional = true
path = "../substrate/utils/wasm-builder"

[dependencies.tracing-gum]
default-features = false
optional = true
Expand Down

0 comments on commit 21245bc

Please sign in to comment.