|
@@ -21,8 +21,8 @@ no-log-ix-name = []
|
|
|
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
|
|
|
|
|
|
[dependencies]
|
|
|
-anchor-lang = { git = "https://github.com/coral-xyz/anchor", branch = "master",features = ["interface-instructions"] }
|
|
|
-anchor-spl = { git = "https://github.com/coral-xyz/anchor", branch = "master" }
|
|
|
+anchor-lang = { version = "0.30.0", features = ["interface-instructions"] }
|
|
|
+anchor-spl = "0.30.0"
|
|
|
solana-program = "1.18.16"
|
|
|
spl-tlv-account-resolution = "0.6.3"
|
|
|
spl-transfer-hook-interface = "0.6.3"
|