Skip to content

Commit

Permalink
set rust 1.79 and update vercel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miralandlabs committed Jun 20, 2024
1 parent 96a7dcd commit c8f6b0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install dioxus-cli
if: steps.cache.outputs.cache-hit != 'true'
# MI, anyway install latest dx
# if: steps.cache.outputs.cache-hit != 'true'
uses: actions-rs/cargo@v1
with:
use-cross: true
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "1.77.0"
channel = "1.79.0"
components = [ "rustfmt", "rust-analyzer" ]
profile = "minimal"

0 comments on commit c8f6b0d

Please sign in to comment.