From 60e96adcedcda4c1776e117bcf29d643e249367a Mon Sep 17 00:00:00 2001 From: cong-or <60357579+cong-or@users.noreply.github.com> Date: Fri, 8 Apr 2022 17:34:36 +0100 Subject: [PATCH] update tracing appender readme (#2054) --- tracing-appender/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-appender/README.md b/tracing-appender/README.md index b2b35e6a6f..121b92d701 100644 --- a/tracing-appender/README.md +++ b/tracing-appender/README.md @@ -44,7 +44,7 @@ that can be used with _or_ without the non-blocking writer. Add the following to your `Cargo.toml`: ```toml -tracing-appender = "0.1" +tracing-appender = "0.2" ``` This crate can be used in a few ways to record spans/events: