From e61d8d7206f2dd736b58b30a66ae5bb6d3b19c0c Mon Sep 17 00:00:00 2001 From: Thomas Locher Date: Mon, 15 Jul 2024 13:46:23 +0200 Subject: [PATCH] chore: Release 0.21.0 (#3830) Signed-off-by: Thomas Locher --- 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 dba0abf501..75bdfb8963 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1528,7 +1528,7 @@ checksum = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e" [[package]] name = "dfx" -version = "0.21.0-beta.0" +version = "0.21.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index c0024017a8..35919ef3a7 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -69,6 +69,7 @@ "0.19.0", "0.20.0", "0.20.1", - "0.21.0-beta.0" + "0.21.0-beta.0", + "0.21.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 818ad68549..20f6fca815 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.21.0-beta.0" +version = "0.21.0" authors.workspace = true edition.workspace = true repository.workspace = true