From 40a6827834cfb4da3784529e91caf161d0988436 Mon Sep 17 00:00:00 2001 From: David Barsky Date: Mon, 22 Feb 2021 11:31:31 -0500 Subject: [PATCH] Prepare 0.1.8 release. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d589f2d..1a57a70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-tree" -version = "0.1.7" +version = "0.1.8" authors = ["David Barsky ", "Nathan Whitaker"] edition = "2018" license = "MIT OR Apache-2.0"