Skip to content

Commit

Permalink
Rm unused dependency from staking pallet
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Sep 25, 2024
1 parent 19a0b08 commit 47579ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion pallets/staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ scale-info ={ version="2.11", default-features=false, features=["derive"] }
log ={ version="0.4.22", default-features=false }
serde ={ version="1.0.210", default-features=false }
rand_chacha={ version="0.3", default-features=false }
p256 ={ version="0.13.2", default-features=false, features=["ecdsa", "alloc"] }

frame-benchmarking={ version="29.0.0", default-features=false, optional=true }
frame-support ={ version="29.0.0", default-features=false }
Expand Down

0 comments on commit 47579ef

Please sign in to comment.