From d598560a49cb8550620ba009296d7ab70724a862 Mon Sep 17 00:00:00 2001 From: quake Date: Thu, 8 Feb 2024 19:02:34 +0800 Subject: [PATCH] chore: upgrade to 0.3.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe48706..ac67c31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "ckb-light-client" -version = "0.3.5" +version = "0.3.6" dependencies = [ "anyhow", "ckb-app-config", diff --git a/Cargo.toml b/Cargo.toml index 985a94f..dc8da0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-light-client" -version = "0.3.5" +version = "0.3.6" authors = ["Nervos Core Dev "] edition = "2021" license = "MIT"