Skip to content

chore: pin canton-lib to v0.6.1, bump cbtc to 0.6.3 - #61

Merged
scolear merged 1 commit into
mainfrom
chore/bump-canton-lib-v0.6.1
Jun 24, 2026
Merged

chore: pin canton-lib to v0.6.1, bump cbtc to 0.6.3#61
scolear merged 1 commit into
mainfrom
chore/bump-canton-lib-v0.6.1

Conversation

@scolear

@scolear scolear commented Jun 24, 2026

Copy link
Copy Markdown
Member

Summary

Patch release that re-pins cbtc-lib off the temporary canton-lib dev revision
and onto the tagged v0.6.1 release (which ships the allocation/DvP client
support), and bumps the cbtc crate to 0.6.3. No code changes.

  • Cargo.toml / cbtc-tui/Cargo.toml: the four canton-lib deps
    (ledger/keycloak/registry/common) move from
    rev = "c048dd7…" to tag = "v0.6.1" — in both the cbtc crate and the
    cbtc-tui workspace member, so the workspace links a single canton-lib version.
  • Cargo.toml: cbtc version 0.6.20.6.3.
  • Cargo.lock: regenerated; canton-lib sources now resolve to
    tag=v0.6.1#a9fd267.

Follow-up to #59 (the allocation client PR, which used the rev pin while
canton-lib#23 was unreleased) and DLC-link/canton-lib#24 (the v0.6.1 release).

Testing

cargo check --workspace clean against v0.6.1 (the tagged code is identical to
the dev rev plus the version bump, so behavior is unchanged).

Re-points the canton-lib deps (in both `cbtc` and `cbtc-tui`) from the
temporary dev revision (c048dd7) to the released tag v0.6.1, now that the
allocation client support is on a tagged canton-lib release. Bumps the cbtc
crate version 0.6.2 -> 0.6.3.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Re-pins this workspace from a temporary canton-lib git rev to the tagged canton-lib v0.6.1 release, and bumps the cbtc crate version to 0.6.3. This is a dependency/packaging patch release with no functional code changes.

Changes:

  • Update canton-lib git dependencies from rev = ... to tag = "v0.6.1" in the root crate and the TUI crate.
  • Bump cbtc version 0.6.20.6.3.
  • Regenerate Cargo.lock to reflect the new tag-based sources and versions.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
cbtc-tui/Cargo.toml Re-pin canton-lib dependencies to tag = "v0.6.1" for the TUI crate.
Cargo.toml Bump cbtc version and re-pin canton-lib dependencies to tag = "v0.6.1".
Cargo.lock Lockfile regeneration reflecting cbtc 0.6.3 and canton-lib v0.6.1 sources.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread cbtc-tui/Cargo.toml
@scolear
scolear merged commit 5f10d91 into main Jun 24, 2026
3 checks passed
@scolear
scolear deleted the chore/bump-canton-lib-v0.6.1 branch June 24, 2026 15:39
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.

3 participants