Skip to content

Commit aba5293

Browse files
Merge pull request #350 from crabnebula-dev/feat/update-tauri-v2
feat: update to tauri v2 stable
2 parents 29a2ff6 + d42fb90 commit aba5293

File tree

16 files changed

+114
-159
lines changed

16 files changed

+114
-159
lines changed

.github/workflows/ci-v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sudo apt-get install -y libwebkit2gtk-4.0-dev protobuf-compiler
7171
- uses: dtolnay/rust-toolchain@stable
7272
with:
73-
toolchain: 1.73.0 # MSRV
73+
toolchain: 1.78.0 # MSRV
7474
- uses: Swatinem/rust-cache@v2
7575
- run: cargo check --manifest-path crates/v1/Cargo.toml --tests
7676

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
sudo apt-get install -y webkit2gtk-4.1 protobuf-compiler
6767
- uses: dtolnay/rust-toolchain@stable
6868
with:
69-
toolchain: 1.73.0 # MSRV
69+
toolchain: 1.78.0 # MSRV
7070
- uses: Swatinem/rust-cache@v2
7171
- run: cargo check --workspace --tests
7272

Cargo.lock

Lines changed: 46 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)