diff --git a/Cargo.toml b/Cargo.toml index ad7299b..80b03e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "si_trace_print" -version = "0.3.7" +version = "0.3.8" 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"