Skip to content

Commit

Permalink
chore: Enable "aura" feature in fc-rpc for template node (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d authored Feb 20, 2025
1 parent 5a3f891 commit 06b861f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fc-cli = { workspace = true }
fc-consensus = { workspace = true }
fc-db = { workspace = true }
fc-mapping-sync = { workspace = true }
fc-rpc = { workspace = true }
fc-rpc = { workspace = true, features = ["aura"] }
fc-rpc-core = { workspace = true }
fc-storage = { workspace = true }
fp-account = { workspace = true }
Expand Down

0 comments on commit 06b861f

Please sign in to comment.