Skip to content

Commit 98384a1

Browse files
committed
chore: Release
1 parent 5d8b60d commit 98384a1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

v_exchanges/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["codegen-backend"]
22

33
[package]
44
name = "v_exchanges"
5-
version = "0.1.1"
5+
version = "0.2.0"
66
edition = "2024"
77

88
authors = ["negi-grass", "valeratrades"]
@@ -36,7 +36,7 @@ derive_more.workspace = true
3636
derive-new.workspace = true
3737
v_utils = { workspace = true }
3838

39-
v_exchanges_adapters = { version = "^0.1.1", path = "../v_exchanges_adapters/", features = ["full"] }
39+
v_exchanges_adapters = { version = "^0.2.0", path = "../v_exchanges_adapters/", features = ["full"] }
4040
chrono = "0.4.39"
4141
env_logger = "0.11.5"
4242

v_exchanges_adapters/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["codegen-backend"]
22

33
[package]
44
name = "v_exchanges_adapters"
5-
version = "0.1.1"
5+
version = "0.2.0"
66
edition = "2024"
77

88
authors = ["negi-grass", "valeratrades"]
@@ -44,7 +44,7 @@ thiserror.workspace = true
4444
derive-new.workspace = true
4545
derive_more.workspace = true
4646
tracing.workspace = true
47-
v_exchanges_api_generics = { version = "^0.3.1", path = "../v_exchanges_api_generics" }
47+
v_exchanges_api_generics = { version = "^0.4.0", path = "../v_exchanges_api_generics" }
4848
rand = { version = "0.8.5", optional = true }
4949

5050
serde_urlencoded = { version = "0.7.1", optional = true }

v_exchanges_api_generics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cargo-features = ["codegen-backend"]
22

33
[package]
44
name = "v_exchanges_api_generics"
5-
version = "0.3.1"
5+
version = "0.4.0"
66
edition = "2024"
77

88
authors = ["negi_grass", "valeratrades"]

0 commit comments

Comments
 (0)