From 0c930c75e6feb7737378a9d49d6bce441b9b28e5 Mon Sep 17 00:00:00 2001 From: Daniel Correia Date: Thu, 21 Sep 2023 10:33:32 +0100 Subject: [PATCH] Set readme crate version to latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca820e0..77cf120 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can include this library in your Cargo.toml file: ```toml [dependencies] -tracing-logstash = "0.5.0" +tracing-logstash = "0.6.1" ``` ## Usage