From 210c5e1c3e28db7617032e483113ff15fd698fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Calder=C3=B3n?= Date: Tue, 26 Sep 2023 18:04:16 -0300 Subject: [PATCH] bumps to v0.8.4 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0a13d9e..6a02aef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mostro" -version = "0.8.3" +version = "0.8.4" edition = "2021" license = "MIT" authors = ["Francisco Calderón "] @@ -36,6 +36,6 @@ reqwest = { version = "0.11", features = ["json"] } mostro-core = "0.2.8" tokio-cron-scheduler = "*" tracing = "0.1.37" -tracing-subscriber = { version = "0.3.16", features =["env-filter"] } +tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } config = "0.13.3" -clap = { version = "4.4.4" , features = ["derive"] } +clap = { version = "4.4.4", features = ["derive"] }