Skip to content

Commit 326023b

Browse files
update cli and sdk version to 0.2.1 and 0.2.2 to phoenix-v1 (#27)
1 parent 7b95aaf commit 326023b

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.2.0"
3+
version = "0.2.1"
44
description = "CLI and associated library for interacting with the Phoenix program from the command line"
55
edition = "2021"
66
license = "MIT"
@@ -33,8 +33,8 @@ spl-token = { version = "3.2.0", features = ["no-entrypoint"] }
3333
serde = { version = "1.0", features = ["derive"] }
3434
serde_json = "1.0"
3535
spl-associated-token-account = { version = "1.1.1", features = [ "no-entrypoint" ] }
36-
phoenix-v1 = { version = "0.2.0", features = ["no-entrypoint"] }
37-
phoenix-sdk = "0.2.0"
36+
phoenix-v1 = { version = "0.2.2", features = ["no-entrypoint"] }
37+
phoenix-sdk = "0.2.1"
3838
bytemuck = "1.13.0"
3939
reqwest = "0.11.14"
4040
bincode = "1.3.3"

0 commit comments

Comments
 (0)