From a2b3a84611387de79288de1e1c07431a1ee27a6f Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Fri, 9 May 2025 18:04:29 +0200 Subject: [PATCH] release: 0.9.3 - allow associating multiple keys to one identity --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95e145a..45cd2fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1462,7 +1462,7 @@ dependencies = [ [[package]] name = "mostr" -version = "0.9.2" +version = "0.9.3" dependencies = [ "chrono", "colog", diff --git a/Cargo.toml b/Cargo.toml index 31b798f..d1469eb 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.9.2" +version = "0.9.3" rust-version = "1.82" edition = "2021" default-run = "mostr"