From 5b90392d05240233e3292e546c6dd72f2fdcd0fe Mon Sep 17 00:00:00 2001 From: Lyr Date: Tue, 30 Aug 2022 17:59:12 +0200 Subject: [PATCH] Release 1.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afcd031..d468912 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -658,7 +658,7 @@ dependencies = [ [[package]] name = "sworkstyle" -version = "1.2.7" +version = "1.3.0" dependencies = [ "async-std", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 431ee97..7b86c33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sworkstyle" -version = "1.2.7" +version = "1.3.0" authors = ["Lyr-7D1h "] edition = "2018" license = "MIT"