From 324c077deb5cef214471e8ae857a83ce5bdc1470 Mon Sep 17 00:00:00 2001 From: NegiGrass <121017049+negi-grass@users.noreply.github.com> Date: Tue, 28 Feb 2023 18:07:29 +0900 Subject: [PATCH] Update versions --- Cargo.lock | 8 ++++---- crypto-botters-binance/Cargo.toml | 2 +- crypto-botters-bitflyer/Cargo.toml | 2 +- crypto-botters-bybit/Cargo.toml | 2 +- crypto-botters-coincheck/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69ed858..f618f0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,7 +219,7 @@ version = "0.1.0" [[package]] name = "crypto-botters-binance" -version = "0.3.1" +version = "0.3.2" dependencies = [ "crypto-botters-api", "generic-api-client", @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "crypto-botters-bitflyer" -version = "0.3.1" +version = "0.3.2" dependencies = [ "crypto-botters-api", "generic-api-client", @@ -249,7 +249,7 @@ dependencies = [ [[package]] name = "crypto-botters-bybit" -version = "0.2.1" +version = "0.2.2" dependencies = [ "crypto-botters-api", "generic-api-client", @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "crypto-botters-coincheck" -version = "0.1.1" +version = "0.1.2" dependencies = [ "crypto-botters-api", "generic-api-client", diff --git a/crypto-botters-binance/Cargo.toml b/crypto-botters-binance/Cargo.toml index c20d459..a50f3be 100644 --- a/crypto-botters-binance/Cargo.toml +++ b/crypto-botters-binance/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-botters-binance" -version = "0.3.1" +version = "0.3.2" authors = ["negi_grass"] edition = "2021" description = "A crate for interacting with the Binance API." diff --git a/crypto-botters-bitflyer/Cargo.toml b/crypto-botters-bitflyer/Cargo.toml index bec41e6..62473b8 100644 --- a/crypto-botters-bitflyer/Cargo.toml +++ b/crypto-botters-bitflyer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-botters-bitflyer" -version = "0.3.1" +version = "0.3.2" authors = ["negi_grass"] edition = "2021" description = "A crate for interacting with the bitFlyer API." diff --git a/crypto-botters-bybit/Cargo.toml b/crypto-botters-bybit/Cargo.toml index 807ad61..eae8d2e 100644 --- a/crypto-botters-bybit/Cargo.toml +++ b/crypto-botters-bybit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-botters-bybit" -version = "0.2.1" +version = "0.2.2" authors = ["negi_grass"] edition = "2021" description = "A crate for interacting with the bybit API." diff --git a/crypto-botters-coincheck/Cargo.toml b/crypto-botters-coincheck/Cargo.toml index 524d1cd..773cd97 100644 --- a/crypto-botters-coincheck/Cargo.toml +++ b/crypto-botters-coincheck/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crypto-botters-coincheck" -version = "0.1.1" +version = "0.1.2" authors = ["negi_grass"] edition = "2021" description = "A crate for interacting with the coincheck API."