From 7185388dc327416ff1fb00da0474b48027ea10cf Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 23 Oct 2023 18:17:23 +0200 Subject: [PATCH] chore: bump version to 0.2.3 --- Cargo.lock | 8 ++++---- tailor_api/Cargo.toml | 2 +- tailor_cli/Cargo.toml | 2 +- tailor_gui/Cargo.toml | 2 +- tailord/Cargo.toml | 2 +- tuxedo_ioctl/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b416375..bdabcda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1297,7 +1297,7 @@ dependencies = [ [[package]] name = "tailor" -version = "0.2.2" +version = "0.2.3" dependencies = [ "clap", "clap_complete", @@ -1312,7 +1312,7 @@ dependencies = [ [[package]] name = "tailor_api" -version = "0.2.1" +version = "0.2.3" dependencies = [ "atoi", "serde", @@ -1331,7 +1331,7 @@ dependencies = [ [[package]] name = "tailord" -version = "0.2.2" +version = "0.2.3" dependencies = [ "futures", "futures-lite", @@ -1545,7 +1545,7 @@ dependencies = [ [[package]] name = "tuxedo_ioctl" -version = "0.2.0" +version = "0.2.3" dependencies = [ "nix", "sudo", diff --git a/tailor_api/Cargo.toml b/tailor_api/Cargo.toml index cc3614e..dd18ff0 100644 --- a/tailor_api/Cargo.toml +++ b/tailor_api/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tailor_api" authors = ["Aaron Erhardt "] -version = "0.2.1" +version = "0.2.3" edition = "2021" license = "GPL-2.0+" description = "API types for communication with tailord (part of tuxedo-rs)" diff --git a/tailor_cli/Cargo.toml b/tailor_cli/Cargo.toml index f6af323..26324a4 100644 --- a/tailor_cli/Cargo.toml +++ b/tailor_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailor" -version = "0.2.2" +version = "0.2.3" authors = [ "Aaron Erhardt ", "Marc Jakobi " diff --git a/tailor_gui/Cargo.toml b/tailor_gui/Cargo.toml index 5520b44..89c861e 100644 --- a/tailor_gui/Cargo.toml +++ b/tailor_gui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailor_gui" -version = "0.2.2" +version = "0.2.3" authors = ["Aaron Erhardt "] edition = "2021" publish = false diff --git a/tailord/Cargo.toml b/tailord/Cargo.toml index 95ad982..a272d4b 100644 --- a/tailord/Cargo.toml +++ b/tailord/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tailord" authors = ["Aaron Erhardt "] -version = "0.2.2" +version = "0.2.3" edition = "2021" license = "GPL-2.0+" description = "Daemon handling fan, keyboard and general HW support for Tuxedo laptops (part of tuxedo-rs)" diff --git a/tuxedo_ioctl/Cargo.toml b/tuxedo_ioctl/Cargo.toml index 743fec0..a7050de 100644 --- a/tuxedo_ioctl/Cargo.toml +++ b/tuxedo_ioctl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tuxedo_ioctl" authors = ["Aaron Erhardt "] -version = "0.2.0" +version = "0.2.3" edition = "2021" license = "GPL-2.0+" description = "Tuxedo ioctl interface (part of tuxedo-rs)"