Skip to content

Commit

Permalink
Add builder to std
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Nov 3, 2024
1 parent a285f1e commit f45a4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/parachain/pallets/xcnft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ std = [
"sp-runtime/std",
"sp-std/std",
"xcm/std",
"xcm-builder/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
Expand Down
1 change: 1 addition & 0 deletions templates/parachain_two/pallets/xcnft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ std = [
"cumulus-primitives-core/std",
"sp-std/std",
"xcm/std",
"xcm-builder/std",
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
Expand Down

0 comments on commit f45a4f5

Please sign in to comment.