From 9fa9fe8b45ffd895a79de11523e7a436876527ad Mon Sep 17 00:00:00 2001 From: Arnaud Gourlay Date: Tue, 19 Mar 2024 10:00:11 +0100 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 044c112..cbaad75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -149,7 +149,7 @@ dependencies = [ [[package]] name = "hprof-slurp" -version = "0.5.2" +version = "0.5.3" dependencies = [ "ahash", "clap", diff --git a/Cargo.toml b/Cargo.toml index b5b52af..3b98795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hprof-slurp" -version = "0.5.2" +version = "0.5.3" authors = ["Arnaud Gourlay "] description = "JVM heap dump hprof file analyzer" repository = "https://github.com/agourlay/hprof-slurp"