Skip to content

Commit

Permalink
update cli and sdk version to 0.2.1 and 0.2.2 to phoenix-v1 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
throwbackjams authored Mar 16, 2023
1 parent 7b95aaf commit 326023b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phoenix-cli"
version = "0.2.0"
version = "0.2.1"
description = "CLI and associated library for interacting with the Phoenix program from the command line"
edition = "2021"
license = "MIT"
Expand Down Expand Up @@ -33,8 +33,8 @@ spl-token = { version = "3.2.0", features = ["no-entrypoint"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
spl-associated-token-account = { version = "1.1.1", features = [ "no-entrypoint" ] }
phoenix-v1 = { version = "0.2.0", features = ["no-entrypoint"] }
phoenix-sdk = "0.2.0"
phoenix-v1 = { version = "0.2.2", features = ["no-entrypoint"] }
phoenix-sdk = "0.2.1"
bytemuck = "1.13.0"
reqwest = "0.11.14"
bincode = "1.3.3"

0 comments on commit 326023b

Please sign in to comment.