From 0d54301646067d052b10bd319093f79f5709254f Mon Sep 17 00:00:00 2001 From: wandalen Date: Sun, 12 May 2024 01:52:41 +0300 Subject: [PATCH] deterministic_rand-v0.5.0 --- Cargo.toml | 2 +- module/move/deterministic_rand/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d2bd08c264..132c5b038f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -448,7 +448,7 @@ version = "~0.2.0" path = "module/move/sqlx_query" [workspace.dependencies.deterministic_rand] -version = "~0.4.0" +version = "~0.5.0" path = "module/move/deterministic_rand" [workspace.dependencies.crates_tools] diff --git a/module/move/deterministic_rand/Cargo.toml b/module/move/deterministic_rand/Cargo.toml index 8c29e0c4dc..d0cc6d1fe5 100644 --- a/module/move/deterministic_rand/Cargo.toml +++ b/module/move/deterministic_rand/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deterministic_rand" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = [ "Kostiantyn Wandalen ",