Use git url for anchor deps

This commit is contained in:
armaniferrante 2021-08-04 15:53:27 -07:00
parent 239643edb8
commit d74421ca72
No known key found for this signature in database
GPG Key ID: 58BEF301E91F7828
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ cpi = ["no-entrypoint"]
default = []
[dependencies]
anchor-lang = "0.12.0"
anchor-spl = "0.12.0"
anchor-lang = { git = "https://github.com/project-serum/anchor", version = "0.12.0" }
anchor-spl = { git = "https://github.com/project-serum/anchor", version = "0.12.0" }
solana-program = "=1.7.8"