mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
Swap 'base58' with 'bs58' (#13739)
* Swap base58 with bs58 * Removed unused clone * std flag
This commit is contained in:
Generated
+1
-7
@@ -490,12 +490,6 @@ version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
||||
|
||||
[[package]]
|
||||
name = "base58"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6107fe1be6682a68940da878d9e9f5e90ca5745b3dec9fd1bb393c8777d4f581"
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.13.1"
|
||||
@@ -10357,10 +10351,10 @@ name = "sp-core"
|
||||
version = "7.0.0"
|
||||
dependencies = [
|
||||
"array-bytes",
|
||||
"base58",
|
||||
"bitflags",
|
||||
"blake2",
|
||||
"bounded-collections",
|
||||
"bs58",
|
||||
"criterion",
|
||||
"dyn-clonable",
|
||||
"ed25519-zebra",
|
||||
|
||||
Reference in New Issue
Block a user