Skip to content

Commit 3e46d6a

Browse files
committed
Bump versions and rebuild cli
1 parent 7db97f8 commit 3e46d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ edition = "2021"
88
[dependencies]
99
anyhow = "1.0.66"
1010
clap = { version = "4.0.26", features = ["derive"] }
11-
phoenix-sdk = { git = "https://github.com/Ellipsis-Labs/phoenix-sdk", branch = "master" }
1211
lib-sokoban = "0.2.4"
1312
shellexpand = "2.1.2"
1413
solana-sdk = "1.10.32"
@@ -25,5 +24,6 @@ spl-token = { version = "3.2.0", features = ["no-entrypoint"] }
2524
serde = { version = "1.0", features = ["derive"] }
2625
serde_json = "1.0"
2726
spl-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" }
2929
devnet-token-faucet = { git = "https://github.com/Ellipsis-Labs/devnet-token-faucet" }

0 commit comments

Comments
 (0)