From c7006244d48d314b497c8069ce361ebf9cf38148 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Thu, 15 Jan 2026 10:50:54 -0500 Subject: [PATCH] chore: Release 0.31.0-beta.0 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 3cdc7d2503..3caba540db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,7 +1619,7 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" [[package]] name = "dfx" -version = "0.30.1" +version = "0.31.0-beta.0" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 50f8cc9641..9304b3552e 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -85,6 +85,7 @@ "0.29.0", "0.29.1", "0.29.2", - "0.30.1" + "0.30.1", + "0.31.0-beta.0" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 02501c19fa..e0752ac54e 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.30.1" +version = "0.31.0-beta.0" authors.workspace = true edition.workspace = true repository.workspace = true