Skip to content

Conversation

@dotlambda
Copy link
Contributor

This is required to fix

        Info Looking up installed tauri packages to check mismatched versions...
       Error Found version mismatched Tauri packages. Make sure the NPM package and Rust crate versions are on the same major/minor releases:
tauri (v2.8.5) : @tauri-apps/api (v2.5.0)
tauri-plugin-clipboard-manager (v2.3.0) : @tauri-apps/plugin-clipboard-manager (v2.2.2)
tauri-plugin-log (v2.7.0) : @tauri-apps/plugin-log (v2.4.0)
tauri-plugin-opener (v2.5.0) : @tauri-apps/plugin-opener (v2.2.7)
tauri-plugin-dialog (v2.4.0) : @tauri-apps/plugin-dialog (v2.2.2)
tauri-plugin-store (v2.4.0) : @tauri-apps/plugin-store (v2.2.0)

in NixOS/nixpkgs#398998.

@Simon-Laux
Copy link
Member

I just skimmed over the changelog entries, there is one change that is slightly interesting, but we don't have to deal with it right now.

upgrade tauri-plugin-log:
we could probably simplify this code since LogLevel is exported now (tauri-apps/plugins-workspace#2625) :

type TauriLogVariants = Parameters<

Copy link
Member

@Simon-Laux Simon-Laux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change looks good to me, but CI still complains.

@Simon-Laux Simon-Laux added the Runtime: Tauri Issue affecting the tauri runtime specifically label Nov 30, 2025
@WofWca WofWca marked this pull request as draft December 6, 2025 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Runtime: Tauri Issue affecting the tauri runtime specifically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants