Skip to content

Commit

Permalink
Update to solana 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Aug 29, 2020
1 parent eb1f41c commit 858dd64
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 70 deletions.
128 changes: 64 additions & 64 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ version = "2.0.0"
[dependencies]
clap = "2.33.3"
serde_json = "1.0.57"
solana-account-decoder = { version = "1.3.4" }
solana-clap-utils = { version = "1.3.4"}
solana-cli-config = { version = "1.3.4" }
solana-client = { version = "1.3.4" }
solana-logger = { version = "1.3.4" }
solana-sdk = { version = "1.3.4" }
solana-account-decoder = { version = "1.3.6" }
solana-clap-utils = { version = "1.3.6"}
solana-cli-config = { version = "1.3.6" }
solana-client = { version = "1.3.6" }
solana-logger = { version = "1.3.6" }
solana-sdk = { version = "1.3.6" }
spl-token = { version = "2.0", path="../program" }

[[bin]]
Expand Down

0 comments on commit 858dd64

Please sign in to comment.