From 559a7fc495d4399f29a89c51f9203876e8a3bded Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:44:14 +0300 Subject: [PATCH] Version 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ad83e9..c0c5bf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -229,7 +229,7 @@ dependencies = [ [[package]] name = "dfint_hook" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index dbda762..a59359b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfint_hook" -version = "0.2.0" +version = "0.2.1" edition = "2021" [lib]