From 80a1c4b9f3e58de5528945d365e64e0dd761f263 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Tue, 1 Oct 2024 12:10:18 +0200 Subject: [PATCH] chore: Release 0.24.0 Signed-off-by: Severin Siffert --- 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 809e385755..1150f89ad2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1514,7 +1514,7 @@ checksum = "322ef0094744e63628e6f0eb2295517f79276a5b342a4c2ff3042566ca181d4e" [[package]] name = "dfx" -version = "0.24.0-beta.0" +version = "0.24.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 03d1c0cf72..8d7947ac49 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -72,6 +72,7 @@ "0.21.0", "0.22.0", "0.23.0", - "0.24.0-beta.0" + "0.24.0-beta.0", + "0.24.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 3fe2f754e2..dc3b182673 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.24.0-beta.0" +version = "0.24.0" authors.workspace = true edition.workspace = true repository.workspace = true