Skip to content

Commit 08eb19a

Browse files
committed
chore: bump version to 4.0.2
1 parent 7f4e590 commit 08eb19a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

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

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

99
[profile.release]
1010
lto = true
1111

1212
[workspace.dependencies]
13-
longbridge-wscli = { path = "rust/crates/wsclient", version = "4.0.1" }
14-
longbridge-httpcli = { path = "rust/crates/httpclient", version = "4.0.1" }
15-
longbridge-proto = { path = "rust/crates/proto", version = "4.0.1" }
16-
longbridge-candlesticks = { path = "rust/crates/candlesticks", version = "4.0.1" }
17-
longbridge-oauth = { path = "rust/crates/oauth", version = "4.0.1" }
18-
longbridge = { path = "rust", version = "4.0.1" }
13+
longbridge-wscli = { path = "rust/crates/wsclient", version = "4.0.2" }
14+
longbridge-httpcli = { path = "rust/crates/httpclient", version = "4.0.2" }
15+
longbridge-proto = { path = "rust/crates/proto", version = "4.0.2" }
16+
longbridge-candlesticks = { path = "rust/crates/candlesticks", version = "4.0.2" }
17+
longbridge-oauth = { path = "rust/crates/oauth", version = "4.0.2" }
18+
longbridge = { path = "rust", version = "4.0.2" }
1919

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

0 commit comments

Comments
 (0)