Skip to content

Commit

Permalink
Add deafult features to template nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Nov 24, 2023
1 parent 4fb1954 commit 12f018c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dip-template/nodes/dip-consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ cumulus-relay-chain-interface.workspace = true

[build-dependencies]
substrate-build-script-utils.workspace = true

[features]
default = []
3 changes: 3 additions & 0 deletions dip-template/nodes/dip-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,6 @@ cumulus-relay-chain-interface.workspace = true

[build-dependencies]
substrate-build-script-utils.workspace = true

[features]
default = []

0 comments on commit 12f018c

Please sign in to comment.