From 1ac8754b816be5197dc9928ff70d14ab9919d379 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Mon, 28 Sep 2020 12:47:55 -0400 Subject: [PATCH] Prepare 0.1.6 Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcaddf2..8418ae4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-tree" -version = "0.1.5" +version = "0.1.6" authors = ["David Barsky ", "Nathan Whitaker"] edition = "2018" license = "MIT OR Apache-2.0"