From 0e691369ad26d17a5abc476ba2cd98c7e70f61d3 Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Wed, 6 Oct 2021 12:26:48 -0700 Subject: [PATCH] chore: Release 0.8.2 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 3ce294e594..ea140e4c68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1065,7 +1065,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.8.1" +version = "0.8.2" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index 3553801f41..353d661a2c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -49,6 +49,7 @@ "0.7.1", "0.7.2", "0.8.0", - "0.8.1" + "0.8.1", + "0.8.2" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index eae367ef96..5041a80b56 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.8.1" +version = "0.8.2" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"