Skip to content

Commit 67656fd

Browse files
authored
chore: Release 0.25.0-beta.1 (#4099)
1 parent 39cecfa commit 67656fd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v4
30-
- uses: lwshang/audit@cargo_install_locked
30+
- uses: actions-rust-lang/audit@v1

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"0.24.1",
7777
"0.24.2",
7878
"0.24.3",
79-
"0.25.0-beta.0"
79+
"0.25.0-beta.0",
80+
"0.25.0-beta.1"
8081
]
8182
}

src/dfx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dfx"
3-
version = "0.25.0-beta.0"
3+
version = "0.25.0-beta.1"
44
authors.workspace = true
55
edition.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)