Merge branch 'main' of github.com:0xfnzero/solana-streamer into main

This commit is contained in:
wood
2025-07-25 13:44:40 +08:00
9 changed files with 367 additions and 43 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "solana-streamer-sdk"
version = "0.1.0"
version = "0.1.3"
edition = "2021"
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
repository = "https://github.com/0xfnzero/solana-streamer"
@@ -60,4 +60,5 @@ hex = "0.4.3"
bytemuck = { version = "1.4.0" }
arrayref = "0.3.6"
borsh-derive = "1.5.5"
indicatif = "0.17.11"
indicatif = "0.17.11"
maplit = "1.0.2"