Skip to content

Commit

Permalink
enumflags2 is already within pop-api dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopgalvao committed Apr 24, 2024
1 parent 92cd4d9 commit 947faaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pop-api/examples/nfts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ink = { version = "5.0.0-rc.3", default-features = false }
pop-api = { path = "../../../pop-api", default-features = false }
scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] }
scale-info = { version = "2.6", default-features = false, features = ["derive"], optional = true }
enumflags2 = { version = "0.7.7" }

[lib]
path = "lib.rs"
Expand All @@ -21,7 +20,6 @@ std = [
"pop-api/std",
"scale/std",
"scale-info/std",
"enumflags2/std",
]
ink-as-dependency = []
e2e-tests = []

0 comments on commit 947faaf

Please sign in to comment.