Skip to content

Commit 929556f

Browse files
committed
Upgrade 9 Rust dependencies
- `reqwest` 0.12→0.13: renamed feature `rustls-tls` → `rustls` - `rusqlite` 0.32→0.39: added `fallible_uint` feature for `u64` `FromSql`/`ToSql` (disabled by default since 0.38). Also bumped `index-query` crate to match. - `tauri-plugin-mcp-bridge` 0.6→0.10 - `notify-debouncer-full` 0.6→0.7 - `mdns-sd` 0.17→0.18 - `file_icon_provider` 0.4→1.0 - `icns` 0.3→0.4 - `image` 0.25.9→0.25.10, `nusb` 0.2.2→0.2.3 (patches)
1 parent 1a170db commit 929556f

4 files changed

Lines changed: 310 additions & 279 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Core structure:
4545
## Testing and checking
4646

4747
Always use the checker script for compilation, linting, formatting, and tests. Its output is concise and focused —
48-
no `2>&1`, `head`, or `tail` needed. Don't run raw `cargo check`, `cargo clippy`, `cargo fmt`, etc.
48+
no `2>&1`, `head`, or `tail` needed. Don't run raw `cargo check`, `cargo clippy`, `cargo fmt`, `cargo nextest run`, etc.
4949

5050
- Specific checks: `./scripts/check.sh --check <name>` (e.g. `--check clippy`, `--check rustfmt`).
5151
Use `--help` for the full list, or multiple `--check` flags.

0 commit comments

Comments
 (0)