fix(deps): source metashrew-*/rockshrew-runtime from kungfuflex/metashrew (alkanes-rs v3-align)#9
Open
kungfuflex wants to merge 1 commit into
Conversation
…hrew
alkanes-rs@develop's v3-align restructure moved the metashrew core crates
out of the alkanes-rs workspace (they're now in its 'exclude' list) and
re-sources them from kungfuflex/metashrew (v10, develop). espo still
pointed metashrew-support / metashrew-core / metashrew-runtime /
rockshrew-runtime at alkanes-rs, so those packages no longer resolve and
the whole crate fails to build against current develop:
error: no matching package named `metashrew-support` found
location searched: Git repository .../alkanes-rs?branch=develop
Repoint those four deps (incl. the metashrew-core dev-dependency) at
https://github.com/kungfuflex/metashrew (branch develop), mirroring what
alkanes-rs@develop itself now does so the metashrew crates unify to a
single source. Builds clean against current alkanes-rs@develop (77d59aa6).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Repoint the metashrew core crates espo depends on —
metashrew-support,metashrew-core,metashrew-runtime, androckshrew-runtime(plus themetashrew-coredev-dependency) — fromkungfuflex/alkanes-rstokungfuflex/metashrew(branchdevelop).Why
alkanes-rs@develop's recent "v3-align" restructure moved the metashrewcore crates out of the alkanes-rs workspace — they're now in its
[workspace] excludelist and re-sourced fromkungfuflex/metashrew(v10). Because espo still pointed these packages at alkanes-rs, they no
longer resolve and the entire crate fails to build against current
develop:How
Point the four deps at
https://github.com/kungfuflex/metashrew(branchdevelop), mirroring exactly whatalkanes-rs@developitself now does, sothe metashrew crates unify to a single git source (no duplicate-crate
version conflict between espo's and alkanes-rs's transitive metashrew).
Verification
cargo checkbuilds clean against currentalkanes-rs@develop(
77d59aa6) — no espo source changes were needed, only the dep sources.