Skip to content

Conversation

zerosnacks
Copy link
Member

@zerosnacks zerosnacks commented Jul 14, 2025

Motivation

Split out generic dependency updates from #10838 to make reviews easier and the PR contained to revm (and its related dependencies)

Solution

Solar's 0.1.5 contains breaking changes, under certain circumstances (in this case running cargo update) it appears that it tries to pull in the 0.1.5 versions of solar-macros and solar-config (both not pinnend / set in Cargo.toml) causing the build to break. This is fixed by manually running cargo update -p solar-config --precise 0.1.4 / cargo update -p solar-macros --precise 0.1.4.

cc @DaniPopes

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@zerosnacks zerosnacks added the L-ignore Log: ignore PR in changelog label Jul 14, 2025
@zerosnacks zerosnacks marked this pull request as ready for review July 14, 2025 15:11
@zerosnacks zerosnacks enabled auto-merge (squash) July 14, 2025 15:11
@zerosnacks zerosnacks merged commit 9a11b37 into master Jul 15, 2025
22 checks passed
@zerosnacks zerosnacks deleted the zerosnacks/bump-deps branch July 15, 2025 08:23
@github-project-automation github-project-automation bot moved this to Done in Foundry Jul 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

L-ignore Log: ignore PR in changelog

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants