Skip to content

chore: bump tari_ootle_publish_lib dep req to 0.22 - #190

Merged
sdbondi merged 2 commits into
mainfrom
fix-publish-lib-version-req
Aug 20, 2026
Merged

chore: bump tari_ootle_publish_lib dep req to 0.22#190
sdbondi merged 2 commits into
mainfrom
fix-publish-lib-version-req

Conversation

@sdbondi

@sdbondi sdbondi commented Aug 20, 2026

Copy link
Copy Markdown
Member

bump to 0.22

sdbondi and others added 2 commits August 20, 2026 10:59
The workspace version was bumped to 0.22.0 but the path dependency on
tari_ootle_publish_lib kept its `version = "0.21"` requirement. On publish,
cargo resolves that requirement against crates.io, where the newly published
lib is 0.22.0 — outside `^0.21` — so the tari-ootle-cli publish failed with:

    failed to select a version for the requirement `tari_ootle_publish_lib = "^0.21"`

Also refreshes Cargo.lock for the 0.22.0 workspace version, which the publish
workflow needs since it runs `cargo publish --locked`.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@sdbondi
sdbondi force-pushed the fix-publish-lib-version-req branch from f0d90a0 to 38c6330 Compare August 20, 2026 07:03
@sdbondi
sdbondi merged commit e5b722e into main Aug 20, 2026
4 of 6 checks passed
@sdbondi
sdbondi deleted the fix-publish-lib-version-req branch August 20, 2026 07:08
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