Skip to content

Commit

Permalink
refactor: used published version of plerkle_serialization 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kespinola committed Mar 6, 2024
1 parent 4c136e3 commit 9924e72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion blockbuster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ thiserror = "1.0.32"

[dev-dependencies]
flatbuffers = "23.1.21"
plerkle_serialization = { git = "https://github.com/rpcpool/digital-asset-validator-plugin.git", branch = "espi/plerkle-solana-parsers" }
plerkle_serialization = "1.8.0"
rand = "0.8.5"
serde_json = "1.0.89"
solana-client = "~1.17"
Expand Down
2 changes: 2 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.73.0"

0 comments on commit 9924e72

Please sign in to comment.