You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the v0.7.0 release, all benchmarks are failing in master (link). The error it gives is that the Cargo.lock file would be overwritten by the clone. This seems related to the version change in Cargo.toml, if we didn't do a cargo update just after.
So I think the solution is to just do a cargo update and commit.
The text was updated successfully, but these errors were encountered:
Since the v0.7.0 release, all benchmarks are failing in master (link). The error it gives is that the
Cargo.lock
file would be overwritten by the clone. This seems related to the version change inCargo.toml
, if we didn't do acargo update
just after.So I think the solution is to just do a
cargo update
and commit.The text was updated successfully, but these errors were encountered: