Jelajahi Sumber

revert cnft example cargo.toml

John 1 tahun lalu
induk
melakukan
39a2518210

+ 3 - 4
compression/cnft-vault/anchor/programs/cnft-vault/Cargo.toml

@@ -9,15 +9,14 @@ crate-type = ["cdylib", "lib"]
 name = "cnft_vault"
 
 [features]
-default = []
-cpi = ["no-entrypoint"]
 no-entrypoint = []
 no-idl = []
 no-log-ix-name = []
-idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
+cpi = ["no-entrypoint"]
+default = []
 
 [dependencies]
 anchor-lang = "0.26.0"
 solana-program = "1.14"
 spl-account-compression = { version="0.1.8", features = ["cpi"] }
-mpl-bubblegum = { version = "0.7.0", features = ["no-entrypoint", "cpi"] }
+mpl-bubblegum = { version = "0.7.0", features = ["no-entrypoint", "cpi"] }

+ 3 - 4
compression/cutils/programs/cutils/Cargo.toml

@@ -9,12 +9,11 @@ crate-type = ["cdylib", "lib"]
 name = "cutils"
 
 [features]
-default = []
-cpi = ["no-entrypoint"]
 no-entrypoint = []
 no-idl = []
 no-log-ix-name = []
-idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
+cpi = ["no-entrypoint"]
+default = []
 
 [dependencies]
 anchor-lang = "0.26.0"
@@ -25,4 +24,4 @@ mpl-bubblegum = { version = "0.7.0", features = ["no-entrypoint", "cpi"] }
 # Added due to anchor and solana-cli wonkyness as of late
 getrandom = { version = "0.2.10", features = ["custom"] }
 winnow = "=0.4.1"
-toml_datetime = "=0.6.1"
+toml_datetime = "=0.6.1"