From df4b5fe7dda52fa0a99c3c9fe5678cfd6ce11fd2 Mon Sep 17 00:00:00 2001 From: wandalen Date: Sun, 12 May 2024 01:35:44 +0300 Subject: [PATCH] implements-v0.8.0 --- Cargo.toml | 2 +- module/core/implements/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c7ef144adf..936529a9c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -286,7 +286,7 @@ path = "module/core/typing_tools" default-features = false [workspace.dependencies.implements] -version = "~0.7.0" +version = "~0.8.0" path = "module/core/implements" default-features = false diff --git a/module/core/implements/Cargo.toml b/module/core/implements/Cargo.toml index 7abdb1be18..77f0b3ac2d 100644 --- a/module/core/implements/Cargo.toml +++ b/module/core/implements/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "implements" -version = "0.7.0" +version = "0.8.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",