refactor: rebrand MEA as Asyncband - #149
Merged
Merged
Conversation
# Conflicts: # CHANGELOG.md # Cargo.lock # asyncband/Cargo.toml # asyncband/src/lib.rs
tisonkun
marked this pull request as ready for review
August 13, 2026 12:14
This was referenced Aug 14, 2026
|
According to this page record, the projects that originally depended on mea and had relatively high download counts have all submitted corresponding pull requests to update to the new package name. |
j178
added a commit
to j178/prek
that referenced
this pull request
Aug 14, 2026
<!-- Thank you for contributing to prek. Please keep the following in mind: - Opening a pull request does not guarantee that it will be accepted or merged. - If you are proposing a new feature, changing an interface, or making another substantial change, please open an issue and discuss it with the maintainers before investing time in an implementation. - Maintainer time is very limited. The maintainers may not have the capacity or interest to review, guide, or invest in your pull request, especially right away. - You are responsible for every line you submit, including code produced with the assistance of AI tools. - AI-generated communication is not acceptable. Write the pull request description and participate in review discussions in your own words. --> ## Summary - update cargo manifests and workspace dependencies - replace mea import paths with asyncband equivalents - update macports portfile checksums for the renamed crate <!-- Explain what this pull request changes and why. --> ref fast/asyncband#149 --------- Signed-off-by: mingcheng <mingcheng@apache.org> Co-authored-by: Jo <10510431+j178@users.noreply.github.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.
Summary
mea 0.6.7state from the latestmainmea) to Asyncband (asyncband)asyncband 0.6.7, changing only package, crate, repository, and documentation identifiersTransition scope
mea 0.6.7is the terminal announcement release. This PR prepares the main branch and the futurefast/asyncbandrepository for publishingasyncband 0.6.7. It does not publish to crates.io or rename the GitHub repository.Validation
cargo x lintcargo x test --no-capturecargo x build --lockedcargo publish --package asyncband --dry-run --allow-dirty