From 00cdef93bb4b761d5790e0be1a97f7c33ea04dda Mon Sep 17 00:00:00 2001 From: Brennan Vincent Date: Tue, 17 Sep 2024 12:40:32 -0400 Subject: [PATCH] oops --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdf46b1..ff3af77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["mappings", "capi", "util", "example"] [package] name = "jemalloc_pprof" description = "Convert jemalloc heap profiles to pprof to understand memory usage, fix memory leaks, and fix OOM Kills." -version = "0.5.1" +version = "0.6.0" edition = "2021" publish = true license = "Apache-2.0"