diff --git a/Cargo.toml b/Cargo.toml index 3e6a18a..18e9bd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "si_trace_print" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "A rust library to print trace messages indented to stack depth, optionally preceded by function name." repository = "https://github.com/jtmoon79/si_trace_print"