mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 10:51:10 +00:00
Replace bitmask with bitflags (#7159)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Generated
+1
-7
@@ -465,12 +465,6 @@ version = "1.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||
|
||||
[[package]]
|
||||
name = "bitmask"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead"
|
||||
|
||||
[[package]]
|
||||
name = "bitvec"
|
||||
version = "0.17.4"
|
||||
@@ -1648,7 +1642,7 @@ dependencies = [
|
||||
name = "frame-support"
|
||||
version = "2.0.0"
|
||||
dependencies = [
|
||||
"bitmask",
|
||||
"bitflags",
|
||||
"frame-metadata",
|
||||
"frame-support-procedural",
|
||||
"frame-system",
|
||||
|
||||
Reference in New Issue
Block a user