From d61b4b1b6361f2f97ec53e7adf648fcf7e985aca Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 13 Oct 2019 16:35:43 -0700 Subject: [PATCH] Release rstack-self v0.3.0 --- rstack-self/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rstack-self/Cargo.toml b/rstack-self/Cargo.toml index 40cf811..dba1d7b 100644 --- a/rstack-self/Cargo.toml +++ b/rstack-self/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rstack-self" -version = "0.2.0" +version = "0.3.0" authors = ["Steven Fackler "] edition = "2018" description = "Stack traces of all threads of a process"