Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarnadas committed Jul 13, 2023
1 parent fdc51d3 commit 75773cf
Show file tree
Hide file tree
Showing 4 changed files with 479 additions and 357 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
push:
branches: [master]
paths:
- ".cargo/**"
- ".github/workflows/publish.yml"
- "app/**"
- "lib/**"
- "Cargo.lock"
- "Cargo.toml"
- "rust-toolchain"
- '.cargo/**'
- '.github/workflows/publish.yml'
- 'app/**'
- 'lib/**'
- 'Cargo.lock'
- 'Cargo.toml'
- 'rust-toolchain'

env:
WASM_BINDGEN_VERSION: 0.2.83
WASM_BINDGEN_VERSION: 0.2.87
BINARYEN_VERSION: 108

jobs:
Expand All @@ -36,7 +36,7 @@ jobs:
name: Install Toolchain
with:
profile: minimal
toolchain: 1.67.0
toolchain: 1.70
override: true

- name: Install Rust WebAssembly
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: Test
on:
push:
paths:
- ".cargo/**"
- ".github/workflows/publish.yml"
- "app/**"
- "lib/**"
- "Cargo.lock"
- "Cargo.toml"
- "rust-toolchain"
- '.cargo/**'
- '.github/workflows/publish.yml'
- 'app/**'
- 'lib/**'
- 'Cargo.lock'
- 'Cargo.toml'
- 'rust-toolchain'

env:
WASM_BINDGEN_VERSION: 0.2.83
WASM_BINDGEN_VERSION: 0.2.87

jobs:
test:
Expand All @@ -34,7 +34,7 @@ jobs:
name: Install Toolchain
with:
profile: minimal
toolchain: 1.67.0
toolchain: 1.70
override: true
components: rustfmt, clippy

Expand Down
Loading

0 comments on commit 75773cf

Please sign in to comment.