From 67656fd023baab893f95feff468de2c6bb225a91 Mon Sep 17 00:00:00 2001 From: Severin Siffert Date: Tue, 4 Feb 2025 15:08:01 +0100 Subject: [PATCH] chore: Release 0.25.0-beta.1 (#4099) --- .github/workflows/audit.yml | 2 +- Cargo.lock | 2 +- public/manifest.json | 3 ++- src/dfx/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 8867a05b88..5cc3d9b87f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -27,4 +27,4 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: lwshang/audit@cargo_install_locked + - uses: actions-rust-lang/audit@v1 diff --git a/Cargo.lock b/Cargo.lock index 90630d93df..8953c5b38c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1535,7 +1535,7 @@ checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" [[package]] name = "dfx" -version = "0.25.0-beta.0" +version = "0.25.0-beta.1" dependencies = [ "actix", "aes-gcm", diff --git a/public/manifest.json b/public/manifest.json index 23999a136f..74da431a5a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -76,6 +76,7 @@ "0.24.1", "0.24.2", "0.24.3", - "0.25.0-beta.0" + "0.25.0-beta.0", + "0.25.0-beta.1" ] } diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index 966a056e15..12b11877ed 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.25.0-beta.0" +version = "0.25.0-beta.1" authors.workspace = true edition.workspace = true repository.workspace = true