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
iajoiner
changed the title
[Bug] We need a major version bump due to https://github.com/alloy-rs/alloy/issues/1292
[Bug] We need a major version bump due to #1292 being a breaking change
Sep 18, 2024
# Rationale for this change
See alloy-rs/alloy#1307 and
foundry-rs/foundry#8895 for the background.
# What changes are included in this PR?
Disable solidity tests
# Are these changes tested?
Existing tests do pass
Component
other
What version of Alloy are you on?
0.3.6
Operating System
Linux
Describe the bug
#1292 is a breaking change since it adds a new enum variant without
non-exhaustive
(see https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new). This brokerevm-inspectors
and in turnfoundry
andproof-of-sql
which I work on (see https://github.com/spaceandtimelabs/sxt-proof-of-sql/actions/runs/10927271217/job/30333055842?pr=166). It is probably a good idea to yank 0.3.6 and re-release it as 0.4.0 or more projects will be affected.The text was updated successfully, but these errors were encountered: