Replace bitmask with bitflags (#7159)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2020-10-29 20:19:59 +08:00
committed by GitHub
parent c8a245e5e0
commit bd450c24ff
15 changed files with 67 additions and 80 deletions
+1 -2
View File
@@ -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",