Skip to content

Commit

Permalink
fix: add missing experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Aug 15, 2024
1 parent 256e8d4 commit fff8d0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ frame-system = { version = "32.0.0", default-features = false }
frame-system-benchmarking = { version = "32.0.0", default-features = false }
frame-system-rpc-runtime-api = { version = "30.0.0", default-features = false }
frame-try-runtime = { version = "0.38.0", default-features = false }
pallet-aura = { version = "31.0.0", default-features = false }
pallet-aura = { version = "31.0.0", default-features = false, features = [
"experimental",
] }
pallet-authorship = { version = "32.0.0", default-features = false }
pallet-assets = { version = "33.0.0", default-features = false }
pallet-balances = { version = "33.0.0", default-features = false }
Expand Down

0 comments on commit fff8d0d

Please sign in to comment.