From 07b17fb5b148b3165390d9686a0136817b9d73f3 Mon Sep 17 00:00:00 2001 From: Jason <98767015+dfx-json@users.noreply.github.com> Date: Mon, 6 May 2024 17:42:28 -0700 Subject: [PATCH] chore: Release 0.20.0 (#3745) --- 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 864296dde1..5f4a897cff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1458,7 +1458,7 @@ checksum = "b6e854126756c496b8c81dec88f9a706b15b875c5849d4097a3854476b9fdf94" [[package]] name = "dfx" -version = "0.20.0-beta.0" +version = "0.20.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index b3eaa30465..d05b485c73 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -67,6 +67,7 @@ "0.17.0", "0.18.0", "0.19.0", - "0.20.0-beta.0" + "0.20.0-beta.0", + "0.20.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 0ccc822b60..bf347fda4c 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.20.0-beta.0" +version = "0.20.0" authors.workspace = true edition.workspace = true repository.workspace = true