Skip to content

Commit

Permalink
Merge pull request #350 from crabnebula-dev/feat/update-tauri-v2
Browse files Browse the repository at this point in the history
feat: update to tauri v2 stable
  • Loading branch information
lucasfernog-crabnebula authored Oct 2, 2024
2 parents 29a2ff6 + d42fb90 commit aba5293
Show file tree
Hide file tree
Showing 16 changed files with 114 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
sudo apt-get install -y libwebkit2gtk-4.0-dev protobuf-compiler
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.73.0 # MSRV
toolchain: 1.78.0 # MSRV
- uses: Swatinem/rust-cache@v2
- run: cargo check --manifest-path crates/v1/Cargo.toml --tests

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt-get install -y webkit2gtk-4.1 protobuf-compiler
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.73.0 # MSRV
toolchain: 1.78.0 # MSRV
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace --tests

Expand Down
137 changes: 46 additions & 91 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aba5293

Please sign in to comment.