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"