Skip to content

Commit

Permalink
NO_JIRA - added a dependency to token-manager pallet (#129)
Browse files Browse the repository at this point in the history
Added a dependency to token-manager pallet
  • Loading branch information
ivan-cholakov committed Mar 14, 2023
1 parent 624f9bd commit 8bec087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pallets/token-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ sp-std = { default-features = false, git = "https://github.com/paritytech/substr
sp-runtime = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.27" }

# Optional imports for benchmarking
serde = { version = "1.0.137", optional = true }
Expand Down

0 comments on commit 8bec087

Please sign in to comment.