Skip to content

Commit 676f438

Browse files
committed
v3.0.22
1 parent ede4988 commit 676f438

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ resolver = "3"
33
members = ["rust", "python", "nodejs", "java", "c", "mcp"]
44

55
[workspace.package]
6-
version = "3.0.21"
6+
version = "3.0.22"
77
edition = "2024"
88

99
[profile.release]
1010
lto = true
1111

1212
[workspace.dependencies]
13-
longport-wscli = { path = "rust/crates/wsclient", version = "3.0.21" }
14-
longport-httpcli = { path = "rust/crates/httpclient", version = "3.0.21" }
15-
longport-proto = { path = "rust/crates/proto", version = "3.0.21" }
16-
longport-candlesticks = { path = "rust/crates/candlesticks", version = "3.0.21" }
17-
longport = { path = "rust", version = "3.0.21" }
13+
longport-wscli = { path = "rust/crates/wsclient", version = "3.0.22" }
14+
longport-httpcli = { path = "rust/crates/httpclient", version = "3.0.22" }
15+
longport-proto = { path = "rust/crates/proto", version = "3.0.22" }
16+
longport-candlesticks = { path = "rust/crates/candlesticks", version = "3.0.22" }
17+
longport = { path = "rust", version = "3.0.22" }
1818

1919
tokio = "1.47.1"
2020
tokio-tungstenite = "0.27.0"

0 commit comments

Comments
 (0)