From 1c54da25f14ad023884ef31505cb29dd70c6c0a1 Mon Sep 17 00:00:00 2001 From: Truman Kilen Date: Fri, 21 Jul 2023 14:14:21 -0500 Subject: [PATCH] v0.2.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3085635e..2b62dcbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "drg_mod_integration" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c14f51c3..5d5dfd7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drg_mod_integration" -version = "0.2.3" +version = "0.2.4" edition = "2021" repository = "https://github.com/trumank/drg-mod-integration"