Skip to content

Commit 9c81fcb

Browse files
committed
chore: Release
1 parent e06af11 commit 9c81fcb

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

88
authors = ["negi-grass", "valeratrades"]
@@ -39,7 +39,7 @@ tokio.workspace = true
3939
tracing.workspace = true
4040
v_utils = { workspace = true }
4141

42-
v_exchanges_adapters = { version = "^0.2.1", path = "../v_exchanges_adapters/", features = ["full"] }
42+
v_exchanges_adapters = { version = "^0.3.0", path = "../v_exchanges_adapters/", features = ["full"] }
4343

4444
reqwest = { version = "^0.12.12", optional = true }
4545

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

88
authors = ["negi-grass", "valeratrades"]
@@ -31,7 +31,7 @@ serde_with.workspace = true
3131
sha2.workspace = true
3232
thiserror.workspace = true
3333
tracing.workspace = true
34-
v_exchanges_api_generics = { version = "^0.4.1", path = "../v_exchanges_api_generics" }
34+
v_exchanges_api_generics = { version = "^0.5.0", path = "../v_exchanges_api_generics" }
3535

3636
serde_urlencoded = { version = "0.7.1", optional = true }
3737

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

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

0 commit comments

Comments
 (0)