From a567e6b2ec0a64ac162730c16c470891b87b8db9 Mon Sep 17 00:00:00 2001 From: Dmitry Yakushev Date: Mon, 24 Jan 2022 18:26:17 +0300 Subject: [PATCH] Bump version. (#200) --- Cargo.lock | 2 +- dove/Cargo.toml | 2 +- dove/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f210712c..c561a31d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1029,7 +1029,7 @@ dependencies = [ [[package]] name = "dove" -version = "1.5.4" +version = "1.5.5" dependencies = [ "anyhow", "atty", diff --git a/dove/Cargo.toml b/dove/Cargo.toml index 43077593..039e3fa1 100644 --- a/dove/Cargo.toml +++ b/dove/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dove" -version = "1.5.4" +version = "1.5.5" authors = [ "Alex Koz. ", "Dm. Yakushev ", diff --git a/dove/src/lib.rs b/dove/src/lib.rs index 95b85703..d65d3352 100644 --- a/dove/src/lib.rs +++ b/dove/src/lib.rs @@ -7,7 +7,7 @@ pub const DOVE_VERSION: &str = git_hash::crate_version!(); pub const DOVE_HASH: &str = git_hash::git_hash_short_as_str!(); /// Version and Tag (v###) for MOVE STDLIB -pub const MOVE_STDLIB_VERSION: &str = "670135efefd82b24d86ad4370ffc65fdfe8e483c"; +pub const MOVE_STDLIB_VERSION: &str = "ccd25dfc85c812f56b4a7120bce793edd5f19064"; /// GIT URL for MOVE STDLIB pub const MOVE_STDLIB_URL: &str = "https://github.com/pontem-network/move-stdlib";