Skip to content

Commit

Permalink
Release 0.2.74
Browse files Browse the repository at this point in the history
longbridge@0.2.74
longbridge-c@0.2.74
longbridge-c-macros@0.2.74
longbridge-candlesticks@0.2.74
longbridge-httpcli@0.2.74
longbridge-java@0.2.74
longbridge-java-macros@0.2.74
longbridge-nodejs@0.2.74
longbridge-nodejs-macros@0.2.74
longbridge-proto@0.2.74
longbridge-python@0.2.74
longbridge-python-macros@0.2.74
longbridge-wscli@0.2.74

Generated by cargo-workspaces
  • Loading branch information
sunli829 committed Oct 23, 2023
1 parent 45f905d commit c2cce00
Show file tree
Hide file tree
Showing 14 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "longbridge-c"
version = "0.2.73"
version = "0.2.74"
description = "Longbridge OpenAPI SDK for C"
homepage = "https://open.longbridgeapp.com/en/"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion c/crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "longbridge-c-macros"
version = "0.2.73"
version = "0.2.74"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "longbridge-java"
version = "0.2.73"
version = "0.2.74"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion java/crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "longbridge-java-macros"
version = "0.2.73"
version = "0.2.74"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion nodejs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "longbridge-nodejs"
version = "0.2.73"
version = "0.2.74"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion nodejs/crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "longbridge-nodejs-macros"
version = "0.2.73"
version = "0.2.74"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "longbridge-python"
version = "0.2.73"
version = "0.2.74"
description = "Longbridge OpenAPI SDK for Python"
homepage = "https://open.longbridgeapp.com/en/"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion python/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ args = ["install", "maturin>=0.12,<0.13"]
command = "pip"
args = [
"install",
"target/wheels/longbridge-0.2.73-cp310-none-win_amd64.whl",
"target/wheels/longbridge-0.2.74-cp310-none-win_amd64.whl",
"-I",
]
dependencies = ["python"]
2 changes: 1 addition & 1 deletion python/crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "longbridge-python-macros"
version = "0.2.73"
version = "0.2.74"
edition = "2021"

[lib]
Expand Down
10 changes: 5 additions & 5 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "longbridge"
version = "0.2.73"
version = "0.2.74"
description = "Longbridge OpenAPI SDK for Rust"
homepage = "https://open.longbridgeapp.com/en/"
readme = "README.md"
Expand All @@ -14,10 +14,10 @@ categories = ["api-bindings"]
blocking = ["flume"]

[dependencies]
longbridge-wscli = { path = "crates/wsclient", version = "0.2.73" }
longbridge-httpcli = { path = "crates/httpclient", version = "0.2.73" }
longbridge-proto = { path = "crates/proto", version = "0.2.73" }
longbridge-candlesticks = { path = "crates/candlesticks", version = "0.2.73" }
longbridge-wscli = { path = "crates/wsclient", version = "0.2.74" }
longbridge-httpcli = { path = "crates/httpclient", version = "0.2.74" }
longbridge-proto = { path = "crates/proto", version = "0.2.74" }
longbridge-candlesticks = { path = "crates/candlesticks", version = "0.2.74" }

tokio = { version = "1.18.2", features = [
"time",
Expand Down
2 changes: 1 addition & 1 deletion rust/crates/candlesticks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "longbridge-candlesticks"
version = "0.2.73"
version = "0.2.74"
description = "Longbridge candlestick utils for Rust"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rust/crates/httpclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "longbridge-httpcli"
version = "0.2.73"
version = "0.2.74"
description = "Longbridge HTTP SDK for Rust"
license = "MIT OR Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion rust/crates/proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "longbridge-proto"
version = "0.2.73"
version = "0.2.74"
description = "Longbridge Protocol"
license = "MIT OR Apache-2.0"

Expand Down
4 changes: 2 additions & 2 deletions rust/crates/wsclient/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "longbridge-wscli"
version = "0.2.73"
version = "0.2.74"
edition = "2021"
description = "Longbridge Websocket SDK for Rust"
license = "MIT OR Apache-2.0"

[dependencies]
longbridge-proto = { path = "../proto", version = "0.2.73" }
longbridge-proto = { path = "../proto", version = "0.2.74" }

tokio = { version = "1.18.2", features = [
"time",
Expand Down

0 comments on commit c2cce00

Please sign in to comment.