We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3621faf commit bac36b2Copy full SHA for bac36b2
.github/workflows/build.yml
@@ -27,8 +27,6 @@ jobs:
27
- name: Pull Cargo dependencies
28
if: steps.cache-cargo.outputs.cache-hit != 'true'
29
run: |
30
- rustup update $TOOLCHAIN
31
- rustup default $TOOLCHAIN
32
cargo install trunk
33
34
# Build cache
rust-toolchain.toml
@@ -1,5 +1,5 @@
1
# My server runs linux. For compatability, check
2
# https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu.html
3
[toolchain]
4
-channel = "nightly-2022-07-15"
+channel = "nightly"
5
targets = [ "wasm32-unknown-unknown" ]
0 commit comments