Skip to content

Commit c96cef2

Browse files
committed
v3.0.11
1 parent 965e8ee commit c96cef2

File tree

13 files changed

+17
-17
lines changed

13 files changed

+17
-17
lines changed

c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "longport-c"
4-
version = "3.0.10"
4+
version = "3.0.11"
55
description = "LongPort OpenAPI SDK for C"
66
homepage = "https://open.longportapp.com/en/"
77
readme = "README.md"

c/crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-c-macros"
3-
version = "3.0.10"
3+
version = "3.0.11"
44
edition.workspace = true
55

66
[lib]

java/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "longport-java"
4-
version = "3.0.10"
4+
version = "3.0.11"
55

66
[lib]
77
crate-type = ["cdylib"]

java/crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-java-macros"
3-
version = "3.0.10"
3+
version = "3.0.11"
44
edition.workspace = true
55

66
[lib]

mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-mcp"
3-
version = "3.0.10"
3+
version = "3.0.11"
44
edition.workspace = true
55

66
[dependencies]

nodejs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "longport-nodejs"
4-
version = "3.0.10"
4+
version = "3.0.11"
55

66
[lib]
77
crate-type = ["cdylib"]

nodejs/crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-nodejs-macros"
3-
version = "3.0.10"
3+
version = "3.0.11"
44
edition.workspace = true
55

66
[lib]

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "longport-python"
4-
version = "3.0.10"
4+
version = "3.0.11"
55
description = "LongPort OpenAPI SDK for Python"
66
homepage = "https://open.longportapp.com/en/"
77
readme = "README.md"

python/crates/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "longport-python-macros"
3-
version = "3.0.10"
3+
version = "3.0.11"
44
edition.workspace = true
55

66
[lib]

rust/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition.workspace = true
33
name = "longport"
4-
version = "3.0.10"
4+
version = "3.0.11"
55
description = "LongPort OpenAPI SDK for Rust"
66
homepage = "https://open.longportapp.com/en/"
77
readme = "README.md"
@@ -14,9 +14,9 @@ categories = ["api-bindings"]
1414
blocking = ["flume"]
1515

1616
[dependencies]
17-
longport-wscli = { path = "crates/wsclient", version = "3.0.10" }
18-
longport-httpcli = { path = "crates/httpclient", version = "3.0.10" }
19-
longport-proto = { path = "crates/proto", version = "3.0.10" }
17+
longport-wscli = { path = "crates/wsclient", version = "3.0.11" }
18+
longport-httpcli = { path = "crates/httpclient", version = "3.0.11" }
19+
longport-proto = { path = "crates/proto", version = "3.0.11" }
2020
longport-candlesticks = { path = "crates/candlesticks", version = "3.0.10" }
2121

2222
tokio = { version = "1.18.2", features = [

0 commit comments

Comments
 (0)