From 2a8dc9859b60570524685ad14f0c2e9f925b3654 Mon Sep 17 00:00:00 2001 From: Phodal Huang Date: Wed, 7 Apr 2021 16:03:23 +0800 Subject: [PATCH] chore: release 0.5.3 for explorer split --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b5c97f..7ba9182 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "coco" -version = "0.5.2" +version = "0.5.4" dependencies = [ "actix-rt 2.0.0", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 96a9356..15dc67c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "coco" -version = "0.5.2" +version = "0.5.4" authors = ["Inherd Group ", "Phodal Huang "] edition = "2018" license = "MIT"