Hi,I was trying to update the typst app but the crate it is built on typst-cli, is a member of a larger workspace.
The issue is that the Cargo.lock that is produced is for the whole workspace, and not the typst-cli crate member. (cargo generate-lockfile cannot generate a Cargo.lock for members of the workspace).
Not sure if that's correct but I feel using the workspace Cargo.lock is not working.
How do you do this kind of update? Is the only solution to do that by hand? Thanks, Alexis
