Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update to tauri v2 stable #350

Merged
merged 5 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading