diff --git a/template/node/Cargo.toml b/template/node/Cargo.toml index 7cb6f07460..67505c6b54 100644 --- a/template/node/Cargo.toml +++ b/template/node/Cargo.toml @@ -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 }