We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714357e commit 9ddd365Copy full SHA for 9ddd365
.github/workflows/build.yml
@@ -19,14 +19,14 @@ jobs:
19
- uses: actions/checkout@v2
20
- uses: actions-rs/toolchain@v1
21
with:
22
- toolchain: nightly-2023-04-25
+ toolchain: nightly-2024-04-20
23
override: true
24
components: rust-src, rustfmt, clippy
25
- name: Install target
26
run: rustup target add wasm32-unknown-unknown
27
- uses: jetli/trunk-action@v0.1.0
28
29
- version: 'v0.15.0'
+ version: 'v0.17.5'
30
- name: Build Client
31
working-directory: ./client
32
run: trunk build --release
0 commit comments