Skip to content

fix: correct Cargo.toml after merge conflict resolution#26

Merged
catinspace-au merged 1 commit into
releasefrom
fix/cargo-toml-merge-resolution
Mar 24, 2026
Merged

fix: correct Cargo.toml after merge conflict resolution#26
catinspace-au merged 1 commit into
releasefrom
fix/cargo-toml-merge-resolution

Conversation

@catinspace-au
Copy link
Copy Markdown
Collaborator

Summary

The release-merge conflict resolver kept the entire release Cargo.toml instead of only the version field. This restores:

  • http feature with reqwest pinned to 0.12
  • database feature with serde_json
  • cache feature with moka dependency
  • Removed unused env feature flag
  • vaultrs upper bound widened to <0.9

The source files (http_client/, database/, cache/) are already on release from previous merges — only Cargo.toml was wrong.

Root Cause

hyperi-ci release-merge resolves Cargo.toml conflicts by keeping release's entire file, not just the version line. This needs fixing in hyperi-ci.

The release-merge conflict resolver kept the entire release Cargo.toml
instead of only the version field. This restores the new features
(http, database, cache, moka dep, reqwest pin) from main while
keeping the release version number.
@catinspace-au catinspace-au merged commit 5436c77 into release Mar 24, 2026
2 checks passed
@catinspace-au catinspace-au deleted the fix/cargo-toml-merge-resolution branch March 24, 2026 22:29
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 1.19.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

catinspace-au added a commit that referenced this pull request May 21, 2026
fix: correct Cargo.toml after merge conflict resolution
catinspace-au added a commit that referenced this pull request May 21, 2026
fix: correct Cargo.toml after merge conflict resolution
catinspace-au added a commit that referenced this pull request May 21, 2026
fix: correct Cargo.toml after merge conflict resolution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant