From 61b70d00e8cb8aff85a8ce33aaed87bc0908fac1 Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Thu, 22 Jan 2026 10:55:27 -0500 Subject: [PATCH] chore: Release 0.31.0-beta.1 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 bff53fcd7d..c1c1590b16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1619,7 +1619,7 @@ checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04" [[package]] name = "dfx" -version = "0.31.0-beta.0" +version = "0.31.0-beta.1" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index c72f6e1e40..c9d401f97d 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -87,6 +87,7 @@ "0.29.2", "0.30.1", "0.30.2", - "0.31.0-beta.0" + "0.31.0-beta.0", + "0.31.0-beta.1" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 14e1ed7428..4c59ccc3b7 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.31.0-beta.0" +version = "0.31.0-beta.1" authors.workspace = true edition.workspace = true repository.workspace = true