From c115a28dd0f072bdbd3406142366a6b70e843472 Mon Sep 17 00:00:00 2001 From: jtmoon79 <815261+jtmoon79@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:00:22 -0800 Subject: [PATCH] bump version 0.3.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 93b1324..ad7299b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "si_trace_print" -version = "0.3.6" +version = "0.3.7" edition = "2018" description = "stack indented trace printing; a rust library to print messages indented to stack depth optionally preceded by the function name." repository = "https://github.com/jtmoon79/si_trace_print"