Skip to content

Commit

Permalink
Update Rust version + PocketIC + dependencies (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles authored Nov 13, 2024
1 parent bb748f6 commit 755052a
Show file tree
Hide file tree
Showing 8 changed files with 835 additions and 508 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.80.0
toolchain: 1.82.0
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.80.0
toolchain: 1.82.0
override: true
- run: rustup component add clippy
- uses: Swatinem/rust-cache@v2
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.80.0
toolchain: 1.82.0
override: true
- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -72,7 +72,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.80.0
toolchain: 1.82.0
override: true
- run: rustup target add wasm32-unknown-unknown
- name: Run integration tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_caches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.80.0
toolchain: 1.82.0
override: true
- uses: Swatinem/rust-cache@v2
with:
Expand Down
Loading

0 comments on commit 755052a

Please sign in to comment.