Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
solana: update to 1.16.20
Browse files Browse the repository at this point in the history
fanatid committed Dec 1, 2023
1 parent e1c9cfc commit 5dea87a
Showing 4 changed files with 50 additions and 50 deletions.
72 changes: 36 additions & 36 deletions Cargo.lock

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

12 changes: 6 additions & 6 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.16.18
"plerkle", # 1.6.0+solana.1.16.20
"plerkle_messenger", # 1.6.8
"plerkle_serialization", # 1.6.0+solana.1.16.18
"plerkle_serialization", # 1.6.0+solana.1.16.20
]

[profile.release]
@@ -11,7 +11,7 @@ lto = true
codegen-units = 1

[patch.crates-io]
solana-geyser-plugin-interface = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.18-geyser-block-v3" }
solana-program = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.18-geyser-block-v3" }
solana-sdk = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.18-geyser-block-v3" }
solana-transaction-status = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.18-geyser-block-v3" }
solana-geyser-plugin-interface = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.20-geyser-block-v3" }
solana-program = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.20-geyser-block-v3" }
solana-sdk = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.20-geyser-block-v3" }
solana-transaction-status = { git = "https://github.com/rpcpool/solana-public.git", tag = "v1.16.20-geyser-block-v3" }
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.16.18"
version = "1.6.0+solana.1.16.20"
authors = ["Metaplex Developers <dev@metaplex.com>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
@@ -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.16.18"
solana-logger = "=1.16.18"
solana-sdk = "=1.16.18"
solana-transaction-status = "=1.16.18"
solana-geyser-plugin-interface = "=1.16.20"
solana-logger = "=1.16.20"
solana-sdk = "=1.16.20"
solana-transaction-status = "=1.16.20"
thiserror = "1.0.30"
tokio = { version = "1.23.0", features = ["full"] }
tracing = "0.1.37"
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.16.18"
version = "1.6.0+solana.1.16.20"
authors = ["Metaplex Developers <dev@metaplex.com>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
@@ -14,8 +14,8 @@ bs58 = "0.4.0"
chrono = "0.4.22"
flatbuffers = "23.1.21"
serde = "1.0.152"
solana-sdk = "=1.16.18"
solana-transaction-status = "=1.16.18"
solana-sdk = "=1.16.20"
solana-transaction-status = "=1.16.20"
thiserror = "1.0.32"

[package.metadata.docs.rs]

0 comments on commit 5dea87a

Please sign in to comment.