From b59019d5b78b588a3c15aa6ad7ed4b74af416f29 Mon Sep 17 00:00:00 2001 From: "jerome.jutteau" Date: Fri, 22 Mar 2024 10:55:53 +0100 Subject: [PATCH] Richard v0.1.4 Signed-off-by: jerome.jutteau --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd5754c..274746a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -884,7 +884,7 @@ dependencies = [ [[package]] name = "richard" -version = "0.1.2" +version = "0.1.4" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8ef2c2b..9880765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "richard" -version = "0.1.2" +version = "0.1.4" edition = "2021" authors = ["OpenSource Team "] license = "BSD-3-Clause"