From 6bac8902f3bb5b08b2d18dc0189ca59c3ed058a0 Mon Sep 17 00:00:00 2001 From: wandalen Date: Tue, 14 May 2024 12:48:24 +0300 Subject: [PATCH] crates_tools-v0.9.0 --- Cargo.toml | 2 +- module/move/crates_tools/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c5e05b6043..50bf8bb0c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -452,7 +452,7 @@ version = "~0.5.0" path = "module/move/deterministic_rand" [workspace.dependencies.crates_tools] -version = "~0.8.0" +version = "~0.9.0" path = "module/move/crates_tools" diff --git a/module/move/crates_tools/Cargo.toml b/module/move/crates_tools/Cargo.toml index d6b77678b2..e97cdc78b9 100644 --- a/module/move/crates_tools/Cargo.toml +++ b/module/move/crates_tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates_tools" -version = "0.8.0" +version = "0.9.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",