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
I ran into an issue when trying to release 0.10 due to inconsistent versions of alloy and revm. It does not appear when the Cargo.lock file is in use, but will effect downstream users. I mitigated the issue on the release-0.10 branch in #85. Fixing it on main should be done by updating the dependencies.
The text was updated successfully, but these errors were encountered:
This changes all the references for packages from `risc0` in the
`Cargo.toml` files. During development, we want to stay up to date with
the `main` branch of `risc0`, and only switch to a stable release during
the release process. With `1.0` approaching very soon now, the rate of
breaking changes should slow significantly.
Resolves: #73Resolves: #89
Co-authored-by: carlosgj94
---------
Co-authored-by: capossele <angelocapossele@gmail.com>
I ran into an issue when trying to release
0.10
due to inconsistent versions ofalloy
andrevm
. It does not appear when theCargo.lock
file is in use, but will effect downstream users. I mitigated the issue on therelease-0.10
branch in #85. Fixing it onmain
should be done by updating the dependencies.The text was updated successfully, but these errors were encountered: