summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--rust-toolchain2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 959699611..d8fe023a8 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 0f2cba65a..078d01cec 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"]