From a0b518f145a7bbcd07eb19b7c93b8ee83a44ec0b Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Thu, 15 Jan 2026 10:28:30 -0500 Subject: [PATCH] chore: Release 0.30.2 Signed-off-by: Linwei Shang --- 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 e3fcaec74c..4e4f907b48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1623,7 +1623,7 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" [[package]] name = "dfx" -version = "0.30.2-beta.2" +version = "0.30.2" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 2ec5280c60..b196ac8e08 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -88,6 +88,7 @@ "0.30.1", "0.30.2-beta.0", "0.30.2-beta.1", - "0.30.2-beta.2" + "0.30.2-beta.2", + "0.30.2" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index fd4918c51d..adf19b886d 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.30.2-beta.2" +version = "0.30.2" authors.workspace = true edition.workspace = true repository.workspace = true