From 9dc87df720a0471eefd679e25acc98145d4d2910 Mon Sep 17 00:00:00 2001 From: Marcin Olichwiruk <21108638+olichwiruk@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:17:16 +0200 Subject: [PATCH] chore: release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ff2786..c60a5f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1025,7 +1025,7 @@ dependencies = [ [[package]] name = "m2io_tmp" -version = "0.1.2" +version = "0.1.3" dependencies = [ "indexmap 1.9.3", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 8c867ed..e29f206 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "m2io_tmp" -version = "0.1.2" +version = "0.1.3" edition = "2021" license = "EUPL-1.2"