From 551371c33a2ee5f1d5a40a0533375642d9ce4659 Mon Sep 17 00:00:00 2001 From: Sho Kaneko Date: Mon, 25 Sep 2023 14:00:25 +0100 Subject: [PATCH] 0.1.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6336cfc..9d03ebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,7 +260,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chaiwala" -version = "0.1.2" +version = "0.1.3" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9450858..ac2823a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chaiwala" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Sho Kaneko "] description = "Service Layer for Kucoin Arbitrage, along with Continuous Deployment"