Skip to content

Commit

Permalink
Update versions (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
danenbm authored Aug 9, 2024
1 parent dd8744b commit 26707ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 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.7.0"
version = "1.9.0"
authors = ["Metaplex Developers <dev@metaplex.com>"]
repository = "https://github.com/metaplex-foundation/digital-asset-validator-plugin"
license = "AGPL-3.0"
Expand Down Expand Up @@ -36,7 +36,7 @@ tracing-subscriber = { version = "0.3.16", features = [
"ansi",
] }
hex = "0.4.3"
plerkle_messenger = { path = "../plerkle_messenger", version = "1.6.0", features = ["redis"] }
plerkle_messenger = { path = "../plerkle_messenger", features = ["redis"] }
flatbuffers = "23.1.21"
plerkle_serialization = { path = "../plerkle_serialization", version = "1.6.0" }
tokio = { version = "1.23.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.73.0"
channel = "1.75.0"

0 comments on commit 26707ee

Please sign in to comment.