Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Dec 13, 2023
1 parent 9fb41e9 commit e826cf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/acala/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ orml-vesting = { workspace = true }
orml-xcm = { workspace = true }
orml-xcm-support = { workspace = true }
orml-xtokens = { workspace = true }
orml-rate-limit = { workspace = true, optional = true }
orml-rate-limit = { workspace = true }

# modules
module-aggregated-dex = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion runtime/karura/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ orml-vesting = { workspace = true }
orml-xcm = { workspace = true }
orml-xcm-support = { workspace = true }
orml-xtokens = { workspace = true }
orml-rate-limit = { workspace = true, optional = true }
orml-rate-limit = { workspace = true }

# modules
module-aggregated-dex = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion runtime/mandala/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ orml-vesting = { workspace = true }
orml-xcm = { workspace = true }
orml-xcm-support = { workspace = true }
orml-xtokens = { workspace = true }
orml-rate-limit = { workspace = true, optional = true }
orml-rate-limit = { workspace = true }

# modules
module-transaction-pause = { workspace = true }
Expand Down

0 comments on commit e826cf6

Please sign in to comment.