From 909b40b1727c9dd7f8abd59abde0f5dc8091ef92 Mon Sep 17 00:00:00 2001 From: Steven Malis Date: Mon, 9 Mar 2026 14:18:51 -0400 Subject: [PATCH] Bump version to take windows fix --- elfcore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfcore/Cargo.toml b/elfcore/Cargo.toml index bc4c7bb..49c6b61 100644 --- a/elfcore/Cargo.toml +++ b/elfcore/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "elfcore" -version = "2.0.1" +version = "2.0.2" edition = "2021" description = "elfcore is a crate to create ELF core dumps for processes on Linux." license = "MIT"