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"