matrix-org / matrix-org/seshat
Unusable with tauri v2 because of serde_json version
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 127
- Forks
- 29
- Avg merge
- 22h 40m
- Merged PRs (30d)
- 3
Description
In seshat `serde_json` is set to version strictly equal to "=1.0.61".
Except that in `tauri-build` v2 we need `serde_json` to be at least "1.0.95".
Would it be possible to update `seshat` `serde_json` version ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating seshat's strict serde_json dependency declaration and compare it with the minimum version required by tauri-build v2. Update the constraint so tauri v2 can use seshat, then verify that the project still builds and its existing checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, tauri
- Domain
- build-system, databases
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100