Skip to content

fix(release): bump only the Rust workspace version - #142

Merged
harlan-zw merged 1 commit into
mainfrom
fix/release-cargo-version
Sep 16, 2026
Merged

harlan-zw merged 1 commit into
mainfrom
fix/release-cargo-version

Conversation

@harlan-zw

Copy link
Copy Markdown
Collaborator

❓ Type of change

  • 🐞 Bug fix

📚 Description

Every v3.0.1 native build failed:

error: failed to select a version for the requirement `ed25519-dalek = "^3.0.1"` (locked to 3.0.1)

bumpp text-replaces the old version in every listed file. In Cargo.toml and Cargo.lock that also caught ed25519-dalek, ed25519, and signature, which happened to be at 3.0.0 too. Nothing was published, but main no longer builds.

This restores those three versions. The Cargo files also leave bumpp's files list: an execute hook now sets only the [workspace.package] version, then runs cargo update --workspace. The next release should be 3.0.2, since the v3.0.1 tag points at the broken commit.

🤖 AI disclosure: Harlan Agent Kit modified this description. My AI open-source policy.

bumpp text-replaced 3.0.0 in Cargo.toml and Cargo.lock, which also moved ed25519-dalek, ed25519, and signature to versions that do not exist. Every v3.0.1 native build failed.
@harlan-github-agent harlan-github-agent Bot added harlan-agent-running An Agent holds a Task on this issue or pull request right now. harlan-agent-review-required Pull request triage requires an adversarial Review for this head commit. harlan-agent-pending The automated Review is waiting on a gate for this head commit. and removed harlan-agent-running An Agent holds a Task on this issue or pull request right now. harlan-agent-review-required Pull request triage requires an adversarial Review for this head commit. labels Sep 16, 2026
@harlan-github-agent

harlan-github-agent Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

🤖 MERGED

Harlan Agent Kit posted this automated review. It is not Harlan's personal review or approval. AI open source policy. Last updated: 2026-09-16 12:47 UTC.

GitHub merged this pull request.

No material findings were recorded.

Waiting for Baseline repair f208e4f4f50adcf8cbfc819ef188f2165ab345243efb2b7877047275bb99384f.

@harlan-zw
harlan-zw merged commit 7f9ca0d into main Sep 16, 2026
2 checks passed
@harlan-github-agent harlan-github-agent Bot removed the harlan-agent-pending The automated Review is waiting on a gate for this head commit. label Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant