From 7ea4addb4fd307d7cd6c2368d48d9ff802738beb Mon Sep 17 00:00:00 2001 From: Eric Swanson <64809312+ericswanson-dfinity@users.noreply.github.com> Date: Tue, 16 Nov 2021 15:45:04 -0800 Subject: [PATCH] chore: Release 0.8.4 (#1925) See also https://github.com/dfinity/docs/pull/624 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 6c675b4150..bd3882ddbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1065,7 +1065,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.8.3" +version = "0.8.4" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index 5a92f84721..53c0f76478 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -51,6 +51,7 @@ "0.8.0", "0.8.1", "0.8.2", - "0.8.3" + "0.8.3", + "0.8.4" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 88fd209626..20f622823c 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.8.3" +version = "0.8.4" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"