Skip to content

Commit

Permalink
Bump Rust, DFX and CDK versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Sep 2, 2024
1 parent 406ed74 commit 2053fda
Show file tree
Hide file tree
Showing 7 changed files with 100 additions and 135 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: stable
toolchain: 1.80.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: stable
toolchain: 1.80.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: stable
toolchain: 1.80.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: stable
toolchain: 1.80.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: stable
toolchain: 1.80.0
override: true
- uses: Swatinem/rust-cache@v2
with:
Expand Down
Loading

0 comments on commit 2053fda

Please sign in to comment.