Skip to content

Commit

Permalink
solana: pin to 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 7, 2024
1 parent 8f605c8 commit 09d0360
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 47 deletions.
70 changes: 35 additions & 35 deletions Cargo.lock

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

6 changes: 3 additions & 3 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
"plerkle_messenger", # 1.6.6
"plerkle_serialization", # 1.6.0
"plerkle", # 1.6.0+solana.2.0.15
"plerkle_messenger", # 1.6.6+solana.2.0.15
"plerkle_serialization", # 1.6.0+solana.2.0.15
]

[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"
version = "1.6.0+solana.2.0.15"
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.10"
agave-geyser-plugin-interface = "=2.0.15"
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.10"
solana-sdk = "~2.0.10"
solana-transaction-status = "~2.0.10"
solana-logger = "=2.0.15"
solana-sdk = "=2.0.15"
solana-transaction-status = "=2.0.15"
thiserror = "1.0.30"
tokio = { version = "1.23.0", features = ["full"] }
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion plerkle_messenger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "plerkle_messenger"
description = "Metaplex Messenger trait for Geyser plugin producer/consumer patterns."
version = "1.6.0"
version = "1.6.0+solana.2.0.15"
authors = ["Metaplex Developers <[email protected]>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
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"
version = "1.6.0+solana.2.0.15"
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.10"
solana-transaction-status = "~2.0.10"
solana-sdk = "=2.0.15"
solana-transaction-status = "=2.0.15"
thiserror = "1.0.32"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 09d0360

Please sign in to comment.