chore: bump bincode-next 3.0.0-rc.13 to 3.0.0-rc.14#191
Merged
Conversation
Patch bump in pg-core and pg-pkg. MSRV stays at 1.91.1 so the Docker toolchain pin in Dockerfile is unchanged. The pg-core wire-compat regression test pg_core::bincode_compat::tests::legacy_config_matches_v1_default_bytes still passes, confirming on-disk IBS key format is byte-identical.
Contributor
Author
There was a problem hiding this comment.
Self-review (bot cannot self-approve):
Patch bump only (rc.13 → rc.14) across pg-core, pg-pkg, and Cargo.lock. Diff matches PR body exactly, no other surface touched.
- All CI green across both arches, all workspace test/format jobs, and wasm browsers.
- Wire-format pin (
bincode_compat::tests::legacy_config_matches_v1_default_bytes) passes, so on-disk IBS key compatibility is preserved. - Same upstream trust caveat as #182 — third-party fork — unchanged here.
LGTM from this agent's perspective; needs a human reviewer to actually approve.
rubenhensen
approved these changes
May 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch bump for the
bincode-nextrc. From the dep-update scan in #190.Changes
pg-core/Cargo.toml:bincode-next3.0.0-rc.13 → 3.0.0-rc.14pg-pkg/Cargo.toml: sameCargo.lockrefreshed viacargo update -p bincode-nextVerification
cargo build --workspace— clean (3m03s, host toolchain)cargo test --manifest-path pg-core/Cargo.toml --features test,rust,stream— 51 unit tests + 3 doctests pass, includingbincode_compat::tests::legacy_config_matches_v1_default_byteswhich pins the v1-default byte layout used for on-disk IBS keys in pg-pkg → wire format is unchangedcargo test --manifest-path pg-{ffi,pkg,cli}/Cargo.toml --all-features— 1 / 30 / 7 tests pass respectivelycargo fmt --all -- --check— cleancargo audit— clean (444 crates scanned, 0 vulnerabilities)bincode-next3.0.0-rc.14 declaresrust-version = 1.91.1, same as rc.13 → no Dockerfile/toolchain change neededTrust caveat (unchanged)
bincode-nextremains the third-party fork byApich-Organization/panayang, not the originalbincode-org. Same caveat as PR #182. If maintainer prefers the audit-allowlist or postcard route, this PR can be closed without harm.Major bumps deferred
Per #190 the
rand0.8 → 0.10,inquire0.6 → 0.9, andreqwest0.11 → 0.13 bumps are out of scope here; a tracker comment will go on #190 once this PR is open.Reviewer quickstart
Closes #190