diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95969961..d8fe023a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,8 @@ on: push: tags: - 'v*.*.*' + workflow_dispatch: + jobs: build-release: needs: create-release diff --git a/rust-toolchain b/rust-toolchain index 0f2cba65..078d01ce 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2021-04-23" +channel = "beta" components = ["rustfmt", "clippy", "rust-analysis"] targets = ["wasm32-wasi"]