From 76297aa8129223e4f23b8abb2b473f49443e4d59 Mon Sep 17 00:00:00 2001 From: Horbin <2240045751@qq.com> Date: Sat, 4 Jan 2025 21:47:35 +0800 Subject: [PATCH] update: version to 0.9.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd33938..0748c4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ab_glyph" @@ -4627,7 +4627,7 @@ dependencies = [ [[package]] name = "rotor" -version = "0.9.0" +version = "0.9.1" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 3a52022..043205b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rotor" -version = "0.9.0" +version = "0.9.1" authors = ["Horbin"] edition = "2021" license = "MIT"