From 3fd593d3adb68330aa71c7364856d8fa678fa2df Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Tue, 19 Jan 2021 16:54:51 -0800 Subject: [PATCH] chore: Release 0.6.20 (#1311) Signed-off-by: Benjamin Goering --- 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 dbb0dfa1c7..f60d34a2c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1066,7 +1066,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.6.19" +version = "0.6.20" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index 5a4a274995..a2baef0007 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -29,6 +29,7 @@ "0.6.16", "0.6.17", "0.6.18", - "0.6.19" + "0.6.19", + "0.6.20" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 82002a37ee..e9f5988ad5 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.6.19" +version = "0.6.20" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"