From 736a5f821a5d0e38678782764f8bb03d57dc1372 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sat, 7 Oct 2023 13:15:16 +0800 Subject: [PATCH] chore: missed lock and meson build --- Cargo.lock | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 649ba10..d3103b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,7 +1687,7 @@ dependencies = [ [[package]] name = "haruhishot" -version = "0.3.14" +version = "0.3.15" dependencies = [ "clap", "dialoguer", diff --git a/meson.build b/meson.build index 8500ec3..192bff6 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('haruhishot', 'rust', - version: '0.3.12', + version: '0.3.15', meson_version: '>= 0.60' )