File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ edition = "2021"
88[dependencies ]
99anyhow = " 1.0.66"
1010clap = { version = " 4.0.26" , features = [" derive" ] }
11- phoenix-sdk = { git = " https://github.com/Ellipsis-Labs/phoenix-sdk" , branch = " master" }
1211lib-sokoban = " 0.2.4"
1312shellexpand = " 2.1.2"
1413solana-sdk = " 1.10.32"
@@ -25,5 +24,6 @@ spl-token = { version = "3.2.0", features = ["no-entrypoint"] }
2524serde = { version = " 1.0" , features = [" derive" ] }
2625serde_json = " 1.0"
2726spl-associated-token-account = { version = " 1.1.1" , features = [ " no-entrypoint" ] }
28- phoenix-types = { git = " https://github.com/Ellipsis-Labs/phoenix-types" , branch = " master" }
27+ phoenix-types = { git = " https://github.com/Ellipsis-Labs/phoenix-types" , rev = " ca7ccef" }
28+ phoenix-sdk = { git = " https://github.com/Ellipsis-Labs/phoenix-sdk" , rev = " 7f87e01" }
2929devnet-token-faucet = { git = " https://github.com/Ellipsis-Labs/devnet-token-faucet" }
You can’t perform that action at this time.
0 commit comments