From 832dfe10dc0a66640e6e364420a83e0138ea366e Mon Sep 17 00:00:00 2001 From: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com> Date: Thu, 18 Mar 2021 14:17:47 -0700 Subject: [PATCH] chore: release 0.6.26 (#1522) --- Cargo.lock | 2 +- public/manifest.json | 3 ++- src/dfx/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b4fc536ba..b9832e417b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,7 +1107,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.6.25" +version = "0.6.26" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index 5b3c4a7575..87a548a96f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -34,6 +34,7 @@ "0.6.22", "0.6.23", "0.6.24", - "0.6.25" + "0.6.25", + "0.6.26" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index bf8a637867..b4702d7935 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.6.25" +version = "0.6.26" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"