From 7ad6bfec454c6c1dc45bb15f9682c25c4835ee8c Mon Sep 17 00:00:00 2001 From: pxseu <57842793+pxseu@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:53:48 +0900 Subject: [PATCH] v0.1.11 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97842c3..ac1d4e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" [[package]] name = "crabdis" -version = "0.1.10" +version = "0.1.11" dependencies = [ "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index 40b7c38..a67d28c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ license = "MIT" repository = "https://github.com/pxseu/crabdis" readme = "README.md" homepage = "https://github.com/pxseu/crabdis#readme" -version = "0.1.10" +version = "0.1.11" edition = "2021" [dependencies]