diff --git a/pop-api/examples/nfts/Cargo.toml b/pop-api/examples/nfts/Cargo.toml index 1037bc90..49c49f64 100755 --- a/pop-api/examples/nfts/Cargo.toml +++ b/pop-api/examples/nfts/Cargo.toml @@ -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" @@ -21,7 +20,6 @@ std = [ "pop-api/std", "scale/std", "scale-info/std", - "enumflags2/std", ] ink-as-dependency = [] e2e-tests = []