Skip to content

chore(deps): bump capnpc from 0.25.3 to 0.26.0#267

Merged
hyperpolymath merged 2 commits into
mainfrom
dependabot/cargo/capnpc-0.26.0
Jun 19, 2026
Merged

chore(deps): bump capnpc from 0.25.3 to 0.26.0#267
hyperpolymath merged 2 commits into
mainfrom
dependabot/cargo/capnpc-0.26.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Bumps capnpc from 0.25.3 to 0.26.0.

Commits
  • de193c7 prepare for v0.26.0 release
  • 20bff63 update rand deps in examples
  • 9759b10 Use NonNull in Allocator
  • a9f9653 Use GeneratedCodeArena to avoid the need for unsafe{} in RawEnumSchema constr...
  • a431ce5 bump to version 0.26.0-alpha
  • 0f9a5b1 fix formatting
  • 5585781 update changelog
  • 64c1e12 fix another possible instance of undefined behavior
  • 648dcab prepare for capnp-v0.25.6 release
  • fc5eefb use wrapping_add() instead of add() to avoid undefined behavior in follow_far...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 19, 2026
Bumps [capnpc](https://github.com/capnproto/capnproto-rust) from 0.25.3 to 0.26.0.
- [Commits](capnproto/capnproto-rust@capnpc-v0.25.3...capnp-v0.26.0)

---
updated-dependencies:
- dependency-name: capnpc
  dependency-version: 0.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/capnpc-0.26.0 branch from 930eccc to d613bd9 Compare June 19, 2026 13:36
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
@hyperpolymath hyperpolymath merged commit 7c3495a into main Jun 19, 2026
24 of 45 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/cargo/capnpc-0.26.0 branch June 19, 2026 21:17
hyperpolymath added a commit that referenced this pull request Jun 20, 2026
…x.scm version (#273)

Two build-hygiene fixes; the first unblocks all build CI.

## `fix(build)` — Cargo.lock duplicate `capnp` (closes #272)
The `capnpc` 0.25→0.26 bump (#267) left **two byte-identical** `capnp
0.26.0` stanzas in `Cargo.lock`, which cargo rejects (`package capnp is
specified twice in the lockfile`, exit 101) — reding **every** build job
(MVP Smoke, Boot Gate, the whole `T1/*` live-prover matrix) on every PR
since. Collapsed the duplicate; `capnp 0.25.6` (required by `capnpc`)
and the single `0.26.0` remain. Deterministic dedup of identical stanzas
— the build CI here will confirm (the authoring sandbox has no registry
cache to run `cargo --locked` locally).

## `chore(guix)` — version refresh
`guix.scm` declared `(version "1.5.0")` while the workspace is `2.3.0`
(`Cargo.toml` / `STATE.a2ml`). Bumped to match.

## Nix — already clean (nothing to remove)
echidna has **no** `flake.nix` / `flake.lock` / `*.nix` — the 2026-05-18
estate ruling was already applied (`STATE.a2ml`: "flake.nix + flake.lock
git rm'd"). Remaining `nix` mentions are **intentional deprecation
history** (CLAUDE.md, STATE.a2ml, manifest comments), plus a harmless
`.gitattributes` `flake.lock` line and `echidna-playground` CODEOWNERS
entries for non-existent files — left as-is (template/sub-project
managed). Say the word to purge those dead lines too.

Draft until reviewed.

https://claude.ai/code/session_01UAqDQaMwpUqWHUSZekGZWv

---
_Generated by [Claude
Code](https://claude.ai/code/session_01UAqDQaMwpUqWHUSZekGZWv)_

---------

Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant