This leads to some package manager such as nix failed to update joshuto.
Because nix tries to use --frozen flag to ensure the package and its dependencies are reproducible.
Please remember to update Cargo.lock after bumping the version number in Cargo.toml and then make the git commit.
Maybe we can bump the version to v0.9.8 to fix this issue.
The version number in
Cargo.lock
is not matched withCargo.toml
. https://github.com/kamiyaa/joshuto/blob/v0.9.7/Cargo.lock#L809This leads to some package manager such as
nix
failed to updatejoshuto
. Becausenix
tries to use--frozen
flag to ensure the package and its dependencies are reproducible. Please remember to updateCargo.lock
after bumping the version number inCargo.toml
and then make the git commit.Maybe we can bump the version to
v0.9.8
to fix this issue.