From cd3fd24c6c59374a076cd361f130de717781a46f Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Tue, 2 Feb 2021 14:41:35 -0800 Subject: [PATCH] chore: Release 0.6.22 (#1379) Signed-off-by: Eric Swanson --- 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 da432c3cc4..67432ee0ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,7 +1107,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.6.21" +version = "0.6.22" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index c033bd5638..92751fca86 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -30,6 +30,7 @@ "0.6.17", "0.6.18", "0.6.20", - "0.6.21" + "0.6.21", + "0.6.22" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index a4c540a9a2..65b470f12e 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.6.21" +version = "0.6.22" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"