From 993fc3173b097c108f07869ca48de1751b4277a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Calder=C3=B3n?= Date: Tue, 15 Oct 2024 15:41:13 -0300 Subject: [PATCH] bumps to 0.12.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 077c1648..550b478c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1816,7 +1816,7 @@ dependencies = [ [[package]] name = "mostro" -version = "0.12.6" +version = "0.12.7" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a83e95bd..4a53c07c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mostro" -version = "0.12.6" +version = "0.12.7" edition = "2021" license = "MIT" authors = ["Francisco Calderón "]