Skip to content

Commit

Permalink
solana: update to v1.18.23
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Sep 11, 2024
1 parent d444247 commit 6785d89
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
64 changes: 32 additions & 32 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[workspace]
members = [
"plerkle", # 1.6.0+solana.1.18.21
"plerkle", # 1.6.0+solana.1.18.23
"plerkle_messenger", # 1.6.6
"plerkle_serialization", # 1.6.0+solana.1.18.21
"plerkle_serialization", # 1.6.0+solana.1.18.23
]

[profile.release]
Expand Down
10 changes: 5 additions & 5 deletions plerkle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle"
description = "Geyser plugin with dynamic config reloading, message bus agnostic abstractions and a whole lot of fun."
version = "1.6.0+solana.1.18.21"
version = "1.6.0+solana.1.18.23"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down Expand Up @@ -31,10 +31,10 @@ plerkle_serialization = { path = "../plerkle_serialization", version = "1.6.0" }
serde = "1.0.144"
serde_derive = "1.0.103"
serde_json = "1.0.83"
solana-geyser-plugin-interface = "=1.18.21"
solana-logger = "=1.18.21"
solana-sdk = "=1.18.21"
solana-transaction-status = "=1.18.21"
solana-geyser-plugin-interface = "=1.18.23"
solana-logger = "=1.18.23"
solana-sdk = "=1.18.23"
solana-transaction-status = "=1.18.23"
thiserror = "1.0.30"
tokio = { version = "1.23.0", features = ["full"] }
tracing = "0.1.37"
Expand Down
6 changes: 3 additions & 3 deletions plerkle_serialization/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle_serialization"
description = "Metaplex Flatbuffers Plerkle Serialization for Geyser plugin producer/consumer patterns."
version = "1.6.0+solana.1.18.21"
version = "1.6.0+solana.1.18.23"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand All @@ -14,8 +14,8 @@ bs58 = "0.4.0"
chrono = "0.4.22"
flatbuffers = "23.1.21"
serde = "1.0.152"
solana-sdk = "=1.18.21"
solana-transaction-status = "=1.18.21"
solana-sdk = "=1.18.23"
solana-transaction-status = "=1.18.23"
thiserror = "1.0.32"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 6785d89

Please sign in to comment.