Skip to content

Commit 6e7c732

Browse files
committed
v3.0.20
1 parent 6006f95 commit 6e7c732

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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.19"
6+
version = "3.0.20"
77
edition = "2024"
88

99
[profile.release]
1010
lto = true
1111

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

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

0 commit comments

Comments
 (0)