From e4370ef1c20f94ab01be657cffd2cae9fa66f28a Mon Sep 17 00:00:00 2001 From: dr666m1 <26474260+kitta65@users.noreply.github.com> Date: Sat, 28 Sep 2024 09:10:19 +0900 Subject: [PATCH] 0.5.9 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75eab91..abf2917 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "bq2cst" -version = "0.5.8" +version = "0.5.9" dependencies = [ "console_error_panic_hook", "difference", diff --git a/Cargo.toml b/Cargo.toml index 21a5790..f14ae64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bq2cst" -version = "0.5.8" +version = "0.5.9" authors = ["kitta65 "] edition = "2021" license = "MIT"