From af8ff3ceb006c5a0e090f9b5dbf48f1bbc61e420 Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sat, 3 Feb 2024 23:17:40 +0800 Subject: [PATCH] chore: bump version remove wlroots in meson.build --- Cargo.lock | 2 +- Cargo.toml | 2 +- meson.build | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a96e2d0..b311e4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1806,7 +1806,7 @@ dependencies = [ [[package]] name = "haruhishot" -version = "0.3.17" +version = "0.3.18" dependencies = [ "clap", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index 16765c9..becc212 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "haruhishot" -version = "0.3.17" +version = "0.3.18" edition = "2021" build = "build.rs" diff --git a/meson.build b/meson.build index 681dde3..16bc38c 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,9 @@ project('haruhishot', 'rust', - version: '0.3.17', + version: '0.3.18', meson_version: '>= 0.60' ) dependency('wayland-client') -dependency('wlroots') cargo = find_program('cargo', version: '>= 1.66')