Skip to content

Commit 16d80bc

Browse files
committed
chore: Release
1 parent b011fef commit 16d80bc

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.15.0"
5+
version = "0.15.1"
66
edition = "2024"
77
authors = ["negi-grass", "valeratrades"]
88
categories = ["api-bindings", "asynchronous"]
@@ -45,7 +45,7 @@ derive_more.workspace = true
4545
enum_dispatch = "0.3.13"
4646
eyre.workspace = true
4747
reqwest = { version = "^0.12.24", optional = true }
48-
v_exchanges_adapters = { version = "^0.15.0", path = "../v_exchanges_adapters/", optional = true }
48+
v_exchanges_adapters = { version = "^0.15.1", path = "../v_exchanges_adapters/", optional = true }
4949

5050
jiff.workspace = true
5151
secrecy.workspace = true

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.15.0"
5+
version = "0.15.1"
66
edition = "2024"
77

88
authors = ["negi-grass", "valeratrades"]
@@ -55,7 +55,7 @@ sha2.workspace = true
5555
thiserror.workspace = true
5656
tracing.workspace = true
5757
url.workspace = true
58-
v_exchanges_api_generics = { version = "^0.17.0", path = "../v_exchanges_api_generics" }
58+
v_exchanges_api_generics = { version = "^0.17.1", path = "../v_exchanges_api_generics" }
5959
v_utils.workspace = true
6060

6161
rand = { version = "0.9.2", 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.17.0"
5+
version = "0.17.1"
66
edition = "2024"
77

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

0 commit comments

Comments
 (0)