Skip to content

Conversation

jeanvier
Copy link

Summary

This PR updates the dependency serialize-to-javascript in the tauri-plugin-os plugin to resolve a version conflict.

Problem

Running cargo failed with the following error:

failed to select a version for `serialize-to-javascript`.
    ... required by package `tauri v2.8.0`
    ... which satisfies dependency `tauri = "^2.8"` of package `app`
versions that meet the requirements `^0.1.2` are: 0.1.2

all possible versions conflict with previously selected packages.

  previously selected package `serialize-to-javascript v0.1.1`
    ... which satisfies dependency `serialize-to-javascript = "=0.1.1"` of package `tauri-plugin-os v2.3.0`
    ... which satisfies dependency `tauri-plugin-os = "^2.3"` of package `app`

The tauri core package now requires serialize-to-javascript ^0.1.2, but tauri-plugin-os v2.3.0 pinned it to 0.1.1, causing a dependency resolution failure.

@jeanvier jeanvier requested a review from a team as a code owner August 20, 2025 08:44
@FabianLars
Copy link
Member

this was already fixed in #2912 we just didn't publish it yet for some reason #2888

@FabianLars FabianLars closed this Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants