Skip to content

Commit 9bb1e59

Browse files
authored
Update Cargo.toml
1 parent 02197f5 commit 9bb1e59

File tree

1 file changed

+2
-2
lines changed
  • tokens/token-2022/transfer-hook/counter/anchor/programs/transfer-hook

1 file changed

+2
-2
lines changed

tokens/token-2022/transfer-hook/counter/anchor/programs/transfer-hook/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ no-log-ix-name = []
2121
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
2222

2323
[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" }
24+
anchor-lang = { version = "0.30.0", features = ["interface-instructions"] }
25+
anchor-spl = "0.30.0"
2626
solana-program = "1.18.16"
2727
spl-tlv-account-resolution = "0.6.3"
2828
spl-transfer-hook-interface = "0.6.3"

0 commit comments

Comments
 (0)