From e9cf34a81a2b15d7868a80dcd90e853edcc6642c Mon Sep 17 00:00:00 2001 From: Benjamin Goering Date: Tue, 9 Mar 2021 14:35:43 -0800 Subject: [PATCH] chore: Release 0.6.25 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 ac84d3efc8..2b4fc536ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,7 +1107,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.6.24" +version = "0.6.25" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index f38568301c..5b3c4a7575 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -33,6 +33,7 @@ "0.6.21", "0.6.22", "0.6.23", - "0.6.24" + "0.6.24", + "0.6.25" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index ffc938ba26..bf8a637867 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.6.24" +version = "0.6.25" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"