Skip to content

Commit

Permalink
solana: update to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Sep 13, 2024
1 parent bc45fbd commit c2f43ec
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 44 deletions.
68 changes: 34 additions & 34 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,9 +1,9 @@
[workspace]
resolver = "2"
members = [
"plerkle", # 1.6.0+solana.2.0.8
"plerkle", # 1.6.0+solana.2.0.9
"plerkle_messenger", # 1.6.6
"plerkle_serialization", # 1.6.0+solana.2.0.8
"plerkle_serialization", # 1.6.0+solana.2.0.9
]

[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.2.0.8"
version = "1.6.0+solana.2.0.9"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand All @@ -13,7 +13,7 @@ publish = false
crate-type = ["cdylib", "rlib"]

[dependencies]
agave-geyser-plugin-interface = "=2.0.8"
agave-geyser-plugin-interface = "=2.0.9"
async-trait = "0.1.53"
base64 = "0.21.0"
bs58 = "0.4.0"
Expand All @@ -32,9 +32,9 @@ plerkle_serialization = { path = "../plerkle_serialization", version = "1.6.0" }
serde = "1.0.144"
serde_derive = "1.0.103"
serde_json = "1.0.83"
solana-logger = "=2.0.8"
solana-sdk = "=2.0.8"
solana-transaction-status = "=2.0.8"
solana-logger = "=2.0.9"
solana-sdk = "=2.0.9"
solana-transaction-status = "=2.0.9"
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.2.0.8"
version = "1.6.0+solana.2.0.9"
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 = "=2.0.8"
solana-transaction-status = "=2.0.8"
solana-sdk = "=2.0.9"
solana-transaction-status = "=2.0.9"
thiserror = "1.0.32"

[package.metadata.docs.rs]
Expand Down

0 comments on commit c2f43ec

Please sign in to comment.