Skip to content

Commit

Permalink
Upgrade Solana to v1.14.15
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarfield committed Feb 25, 2023
1 parent 0eeb231 commit 04c6d6e
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 66 deletions.
104 changes: 52 additions & 52 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ regex = "1.6.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_yaml = "0.9.4"
solana-account-decoder = "~1.14.12"
solana-client = "~1.14.12"
solana-clap-utils = "~1.14.12"
solana-cli-config = "~1.14.12"
solana-sdk = "~1.14.12"
solana-account-decoder = "~1.14.15"
solana-client = "~1.14.15"
solana-clap-utils = "~1.14.15"
solana-cli-config = "~1.14.15"
solana-sdk = "~1.14.15"
spl-associated-token-account = "1.1.1"
spl-memo = "3.0.1"
spl-token = "~3.5.0"
Expand Down
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clockwork-network-program = { path = "../programs/network", features = ["no-entr
clockwork-thread-program = { path = "../programs/thread", features = ["no-entrypoint"], version = "2.0.0-beta" }
clockwork-utils = { path = "../utils", version = "2.0.0-beta" }
clockwork-webhook-program = { path = "../programs/webhook", features = ["no-entrypoint"], version = "2.0.0-beta" }
solana-client = "~1.14.12"
solana-sdk = "~1.14.12"
solana-client = "~1.14.15"
solana-sdk = "~1.14.15"
spl-associated-token-account = { version = "1.1.1", features = ["no-entrypoint"] }
thiserror = "1.0.31"
14 changes: 7 additions & 7 deletions plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ sentry = "0.27.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simple-error = "0.2.3"
solana-account-decoder = "~1.14.12"
solana-client = "~1.14.12"
solana-geyser-plugin-interface = "~1.14.12"
solana-logger = "~1.14.12"
solana-program = "~1.14.12"
solana-sdk = "~1.14.12"
solana-transaction-status = "~1.14.12"
solana-account-decoder = "~1.14.15"
solana-client = "~1.14.15"
solana-geyser-plugin-interface = "~1.14.15"
solana-logger = "~1.14.15"
solana-program = "~1.14.15"
solana-sdk = "~1.14.15"
solana-transaction-status = "~1.14.15"
thiserror = "1.0.30"
tokio = "~1.14.1"
futures = "0.3.26"
Expand Down

0 comments on commit 04c6d6e

Please sign in to comment.