From 031d9a3b6961a0a4226ded61fe8b4649df85d526 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Fri, 22 Nov 2024 11:24:40 +0100 Subject: [PATCH] release: 0.6.3 - enhance quick access --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 854c97d..1879f2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1488,7 +1488,7 @@ dependencies = [ [[package]] name = "mostr" -version = "0.6.2" +version = "0.6.3" dependencies = [ "chrono", "chrono-english", diff --git a/Cargo.toml b/Cargo.toml index 5994f15..a492f31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://forge.ftt.gmbh/janek/mostr" readme = "README.md" license = "GPL 3.0" authors = ["melonion"] -version = "0.6.2" +version = "0.6.3" rust-version = "1.82" edition = "2021" default-run = "mostr"