Skip to content

Commit 06260b8

Browse files
committed
v3.0.18
1 parent bc6ec8c commit 06260b8

16 files changed

Lines changed: 669 additions & 710 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.17"
6+
version = "3.0.18"
77
edition = "2024"
88

99
[profile.release]
1010
lto = true
1111

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

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

0 commit comments

Comments
 (0)