Skip to content

Commit

Permalink
deps: updated deps and workflows
Browse files Browse the repository at this point in the history
deps: updated deps and workflows
  • Loading branch information
srdtrk authored Oct 21, 2023
2 parents 2c555cc + fed1675 commit f4197c9
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 93 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Based on https://github.com/actions-rs/example/blob/master/.github/workflows/quickstart.yml

on: [push, pull_request]

name: rust

on:
push:
branches: [main]
pull_request:

jobs:
test:
name: Build Wasm
Expand All @@ -16,7 +18,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.69.0
toolchain: 1.73.0
target: wasm32-unknown-unknown
override: true

Expand Down Expand Up @@ -47,7 +49,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.70.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand Down
Loading

0 comments on commit f4197c9

Please sign in to comment.