We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4d68b commit 9428a90Copy full SHA for 9428a90
.github/workflows/Basic.yml
@@ -5,14 +5,13 @@ on:
5
branches:
6
- main
7
tags:
8
- - 'v*.*.*'
+ - "v*.*.*"
9
10
pull_request:
11
12
name: Basic
13
14
jobs:
15
-
16
test:
17
name: Test Suite
18
runs-on: ubuntu-latest
@@ -24,7 +23,7 @@ jobs:
24
23
uses: actions-rs/toolchain@v1
25
with:
26
profile: minimal
27
- toolchain: stable
+ toolchain: 1.89.0
28
target: wasm32-unknown-unknown
29
override: true
30
@@ -35,7 +34,6 @@ jobs:
35
34
env:
36
RUST_BACKTRACE: 1
37
38
39
lints:
40
name: Lints
41
@@ -47,7 +45,7 @@ jobs:
47
45
48
46
49
50
51
52
components: rustfmt, clippy
53
0 commit comments