Skip to content

Commit

Permalink
solana: update to 1.18.18 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid authored Jul 13, 2024
1 parent 426e526 commit 6cf1b29
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 42 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[workspace]
members = [
"plerkle", # 1.6.0+solana.1.17.28
"plerkle", # 1.6.0+solana.1.18.18
"plerkle_messenger", # 1.6.6
"plerkle_serialization", # 1.6.0+solana.1.17.28
"plerkle_serialization", # 1.6.0+solana.1.18.18
]

[profile.release]
debug = true
lto = true
codegen-units = 1
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.15"
version = "1.6.0+solana.1.18.18"
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.15"
solana-logger = "=1.18.15"
solana-sdk = "=1.18.15"
solana-transaction-status = "=1.18.15"
solana-geyser-plugin-interface = "=1.18.18"
solana-logger = "=1.18.18"
solana-sdk = "=1.18.18"
solana-transaction-status = "=1.18.18"
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.15"
version = "1.6.0+solana.1.18.18"
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.15"
solana-transaction-status = "=1.18.15"
solana-sdk = "=1.18.18"
solana-transaction-status = "=1.18.18"
thiserror = "1.0.32"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 6cf1b29

Please sign in to comment.