-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unusable with tauri v2 because of serde_json version #143
Comments
Sadly that's not easily possible, we would need to bump the Tantivy version as well due to: Lines 40 to 44 in 395fe7c
Bumping Tantivy on the other hand means that the index on the application side needs to be rebuilt, which requires some UI work. |
Thanks for the answer @poljar . I was able to update :
Without code changes (Needs more testing.) When you talk about UI changes, what kind of changes are we talking about ? Is it a loader to indicate it is taking more time to search and re-index ? or something else ? |
Yeah, basically Element Desktop needs to have an UI telling you that the index is being regenerated.
Yes, that's true, Tantivy didn't break the API in a meaningful manner, but it did break the index/storage format, from the CHANGELOG:
|
In seshat
serde_json
is set to version strictly equal to "=1.0.61".Except that in
tauri-build
v2 we needserde_json
to be at least "1.0.95".Would it be possible to update
seshat
serde_json
version ?The text was updated successfully, but these errors were encountered: