From 4147586e6c20a7c2131b845412dd6de63bf4c1dd Mon Sep 17 00:00:00 2001 From: Prithvi Shahi <50885601+p-shahi@users.noreply.github.com> Date: Mon, 22 Feb 2021 17:12:18 -0800 Subject: [PATCH] chore: Release 0.6.24 (#1434) Signed-off-by: Prithvi Shahi --- 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 c77f6b28f2..5b3adb4c67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,7 +1107,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.6.23" +version = "0.6.24" dependencies = [ "actix", "actix-cors", diff --git a/public/manifest.json b/public/manifest.json index aa11b204d6..ad50715fdf 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -32,6 +32,7 @@ "0.6.20", "0.6.21", "0.6.22", - "0.6.23" + "0.6.23", + "0.6.24" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index a7d50a5bcb..bae958fcd3 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.6.23" +version = "0.6.24" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs"