Skip to content

Commit

Permalink
fix toml
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Feb 7, 2024
1 parent c9dc89d commit 11efe10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ parity-scale-codec = { workspace = true, features = [ "derive" ] }
scale-info = { workspace = true, features = [ "derive" ] }

# Own
pallet-migrations = { workspace = true }
pallet-configuration = { workspace = true }
pallet-data-preservers = { workspace = true }
pallet-invulnerables = { workspace = true }
pallet-pooled-staking = { workspace = true }
pallet-registrar = { workspace = true }
Expand Down

0 comments on commit 11efe10

Please sign in to comment.