From 52be56c8e712750600a4195f2aa22d07d5a8b983 Mon Sep 17 00:00:00 2001 From: Peter Kolloch Date: Sun, 10 Nov 2019 22:26:25 +0100 Subject: [PATCH] Tiny changelog fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80614687..4ed12ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ Many thanks to @Profpatsch for pointing to the problem and analyzing it. * Issue #43 - Support conditional dependencies using "test" configuration: - ```nix + ```toml [target.'cfg(test)'.dependencies] tracing = { version = "0.1.5", features = ["log"] } ```