From 69e6e76c18d44cb03c0a4ce23544e01261f873e3 Mon Sep 17 00:00:00 2001 From: Truman Kilen Date: Thu, 3 Aug 2023 18:38:57 -0500 Subject: [PATCH] v0.2.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e3f05b8..a68a42be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,7 +1066,7 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "drg_mod_integration" -version = "0.2.6" +version = "0.2.7" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index b164042d..9744a067 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drg_mod_integration" -version = "0.2.6" +version = "0.2.7" edition = "2021" repository = "https://github.com/trumank/drg-mod-integration"