mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
chore: reduce copy times for bytes in core-hashing (#13519)
* chore: reduce copy bytes for core-hashing * improve by suggestions and remove unused `xx_into` * chore: replace sha2 crate by `sp_core::hashing` for pallet-alliance * fix features * use sp-core-hashing directly * add to dev-dep
This commit is contained in:
Generated
+1
-1
@@ -5285,8 +5285,8 @@ dependencies = [
|
||||
"pallet-identity",
|
||||
"parity-scale-codec",
|
||||
"scale-info",
|
||||
"sha2 0.10.6",
|
||||
"sp-core",
|
||||
"sp-core-hashing",
|
||||
"sp-io",
|
||||
"sp-runtime",
|
||||
"sp-std",
|
||||
|
||||
Reference in New Issue
Block a user