From 02bba3bc30e94f73457b329cca860fb3f4106fae Mon Sep 17 00:00:00 2001 From: Andrew Wylde <2126677+codelemur@users.noreply.github.com> Date: Thu, 10 Jun 2021 10:38:40 -0700 Subject: [PATCH] chore: Release 0.7.2 (#1708) Signed-off-by: Andrew Wylde --- 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 f56a6fef90..f3b78d5590 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.7.1" +version = "0.7.2" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index d89c30e641..f85ff4e6ed 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -46,6 +46,7 @@ "0.7.0-beta.7", "0.7.0-beta.8", "0.7.0", - "0.7.1" + "0.7.1", + "0.7.2" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 8119338b7b..cd215c5e13 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.7.1" +version = "0.7.2" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"