Skip to content

Commit 29e3f55

Browse files
authored
bump ellipsis client version (#32)
1 parent 2c94ce1 commit 29e3f55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "phoenix-cli"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "CLI and associated library for interacting with the Phoenix program from the command line"
55
edition = "2021"
66
license = "MIT"
@@ -20,7 +20,7 @@ anyhow = "1.0.66"
2020
clap = { version = "4.0.26", features = ["derive"] }
2121
shellexpand = "2.1.2"
2222
solana-sdk = "1.10.32"
23-
ellipsis-client = "0.1.16"
23+
ellipsis-client = "0.2.0"
2424
solana-client = "1.10.32"
2525
solana-account-decoder = "1.14.7"
2626
solana-cli-config = "1.14.7"
@@ -34,7 +34,7 @@ serde = { version = "1.0", features = ["derive"] }
3434
serde_json = "1.0"
3535
spl-associated-token-account = { version = "1.1.1", features = [ "no-entrypoint" ] }
3636
phoenix-v1 = { version = "0.2.2", features = ["no-entrypoint"] }
37-
phoenix-sdk = "0.4.0"
37+
phoenix-sdk = "0.4.1"
3838
bytemuck = "1.13.0"
3939
reqwest = "0.11.14"
4040
bincode = "1.3.3"

0 commit comments

Comments
 (0)