We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02197f5 commit 9bb1e59Copy full SHA for 9bb1e59
tokens/token-2022/transfer-hook/counter/anchor/programs/transfer-hook/Cargo.toml
@@ -21,8 +21,8 @@ no-log-ix-name = []
21
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
22
23
[dependencies]
24
-anchor-lang = { git = "https://github.com/coral-xyz/anchor", branch = "master",features = ["interface-instructions"] }
25
-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"
26
solana-program = "1.18.16"
27
spl-tlv-account-resolution = "0.6.3"
28
spl-transfer-hook-interface = "0.6.3"
0 commit comments