Skip to content

Commit

Permalink
feat: bump solana to v1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
cyphersnake committed Oct 17, 2023
1 parent d07d3a8 commit f6e6b27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solana-events-parser"
version = "0.7.0"
version = "0.8.0"
authors = [
"cyphersnake <[email protected]>",
"shinkarenko <[email protected]>",
Expand Down Expand Up @@ -45,15 +45,15 @@ borsh = "0.10.3"

tokio = { version = "1", features = ["full"] }

solana-client = { version = "1.16.0", optional = true }
solana-sdk = { version = "1.16.0", optional = true }
solana-transaction-status = { version = "1.16.0", optional = true }
solana-client = { version = "1.17.0", optional = true }
solana-sdk = { version = "1.17.0", optional = true }
solana-transaction-status = { version = "1.17.0", optional = true }
itertools = "0.11.0"

[dependencies.de-solana-client]
version = "0.3.5"
version = "0.4.0"
optional = true

[dependencies.anchor-lang]
version = "0.28.0"
version = "0.29.0"
optional = true

0 comments on commit f6e6b27

Please sign in to comment.