Bump version to 1.2.2 in Cargo.toml and README

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Wood
2026-02-23 12:56:08 +08:00
parent 223436bfbd
commit a8aa1c7789
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "solana-streamer-sdk"
version = "1.2.1"
version = "1.2.2"
edition = "2021"
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
repository = "https://github.com/0xfnzero/solana-streamer"
+2 -2
View File
@@ -109,14 +109,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "1.2.1" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.2.2" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "1.2.1"
solana-streamer-sdk = "1.2.2"
```
## 🔄 Migration Guide
+2 -2
View File
@@ -108,14 +108,14 @@ git clone https://github.com/0xfnzero/solana-streamer
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "1.2.1" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.2.2" }
```
### 使用 crates.io
```toml
# 添加到您的 Cargo.toml
solana-streamer-sdk = "1.2.1"
solana-streamer-sdk = "1.2.2"
```
## 🔄 迁移指南