mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 15:51:23 +02:00
Remove tauri-plugin-deep-link
This commit is contained in:
10
.github/workflows/ci-rust.yml
vendored
10
.github/workflows/ci-rust.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: stable
|
toolchain: nightly # required for `cargo udeps`
|
||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- name: Set up cargo cache
|
- name: Set up cargo cache
|
||||||
@@ -45,4 +45,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cargo fmt --all -- --check
|
cargo fmt --all -- --check
|
||||||
cargo clippy -- -D warnings
|
cargo clippy -- -D warnings
|
||||||
- run: cargo test --all
|
- run: cargo install --locked cargo-udeps || true
|
||||||
|
- name: Check
|
||||||
|
run: |
|
||||||
|
cargo udeps
|
||||||
|
rm -rf ~/.cargo/advisory-db
|
||||||
|
- name: Test
|
||||||
|
run: cargo test --all
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ serde_yaml = "0.9.34"
|
|||||||
sqlx = { version = "0.7.4", features = ["sqlite", "runtime-tokio-rustls", "json", "chrono", "time"] }
|
sqlx = { version = "0.7.4", features = ["sqlite", "runtime-tokio-rustls", "json", "chrono", "time"] }
|
||||||
tauri = { version = "2.0.0-beta", features = ["devtools", "protocol-asset"] }
|
tauri = { version = "2.0.0-beta", features = ["devtools", "protocol-asset"] }
|
||||||
tauri-plugin-clipboard-manager = "2.1.0-beta"
|
tauri-plugin-clipboard-manager = "2.1.0-beta"
|
||||||
tauri-plugin-deep-link = "2.0.0-beta"
|
|
||||||
tauri-plugin-dialog = "2.0.0-beta"
|
tauri-plugin-dialog = "2.0.0-beta"
|
||||||
tauri-plugin-fs = "2.0.0-beta"
|
tauri-plugin-fs = "2.0.0-beta"
|
||||||
tauri-plugin-log = { version = "2.0.0-beta", features = ["colored"] }
|
tauri-plugin-log = { version = "2.0.0-beta", features = ["colored"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user