Skip to content

Commit

Permalink
upgrading Solana to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
italoacasas committed Nov 14, 2023
1 parent 6d969c2 commit 23d9848
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 75 deletions.
132 changes: 63 additions & 69 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ license = "Apache-2.0"
crate-type = ["cdylib", "rlib"]

[dependencies]
solana-geyser-plugin-interface = { version = "=1.16.16" }
solana-logger = { version = "=1.16.16" }
solana-program = "=1.16.16"
solana-sdk = "=1.16.16"
solana-transaction-status = { version = "=1.16.16" }
solana-geyser-plugin-interface = { version = "=1.17.5" }
solana-logger = { version = "=1.17.5" }
solana-program = "=1.17.5"
solana-sdk = "=1.17.5"
solana-transaction-status = { version = "=1.17.5" }

hyper = { version = "0.14.26", features = ["server"] }
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.69.0"
channel = "1.72.1"
components = ["clippy", "rustfmt"]
targets = []
profile = "minimal"

0 comments on commit 23d9848

Please # to comment.