mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 12:31:17 +00:00
Replace bitmask with bitflags (#7159)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ frame-support-procedural = { version = "2.0.0", default-features = false, path =
|
||||
paste = "0.1.6"
|
||||
once_cell = { version = "1", default-features = false, optional = true }
|
||||
sp-state-machine = { version = "0.8.0", optional = true, path = "../../primitives/state-machine" }
|
||||
bitmask = { version = "0.5.0", default-features = false }
|
||||
bitflags = "1.2"
|
||||
impl-trait-for-tuples = "0.1.3"
|
||||
smallvec = "1.4.1"
|
||||
|
||||
@@ -43,7 +43,6 @@ sp-api = { version = "2.0.0", default-features = false, path = "../../primitives
|
||||
default = ["std"]
|
||||
std = [
|
||||
"once_cell",
|
||||
"bitmask/std",
|
||||
"serde",
|
||||
"sp-io/std",
|
||||
"codec/std",
|
||||
|
||||
Reference in New Issue
Block a user