From fb11ab64a8ebd1e5fbfca8b8159eb82086424c9c Mon Sep 17 00:00:00 2001 From: "backpack-exchange[bot]" Date: Wed, 15 Jan 2025 11:22:24 +0900 Subject: [PATCH] add equals money as blockchain --- rust/client/Cargo.toml | 2 +- rust/types/Cargo.toml | 2 +- rust/types/src/lib.rs | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rust/client/Cargo.toml b/rust/client/Cargo.toml index 68988b5..e4f28d0 100644 --- a/rust/client/Cargo.toml +++ b/rust/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bpx-api-client" -version = "0.6.0" +version = "0.6.1" license = "Apache-2.0" edition = "2021" description = "Backpack Exchange API client" diff --git a/rust/types/Cargo.toml b/rust/types/Cargo.toml index 7ef767b..2c691ac 100644 --- a/rust/types/Cargo.toml +++ b/rust/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bpx-api-types" -version = "0.6.0" +version = "0.6.1" license = "Apache-2.0" edition = "2021" description = "Backpack Exchange API types" diff --git a/rust/types/src/lib.rs b/rust/types/src/lib.rs index d5d259c..f6e1e2e 100644 --- a/rust/types/src/lib.rs +++ b/rust/types/src/lib.rs @@ -23,4 +23,5 @@ pub enum Blockchain { Polygon, Bitcoin, Internal, + EqualsMoney, }