v0.3.3-pre.006-fix.001

This commit is contained in:
2026-08-30 13:13:01 +02:00
parent 1352a61d70
commit 10996f11f7
5 changed files with 104 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-store-postgres-lib/src/lib.rs
// version: 11
// version: 12
#![warn(missing_docs)]
#![deny(unreachable_pub)]
@@ -55,8 +55,6 @@ pub(crate) use self::health::probe_health;
pub(crate) use self::migration::bootstrap;
/// Current embedded migration version consumed by the private health probe.
pub(crate) use self::migration::current_migration_version;
/// Private decoded RAW cursor representation consumed by tests and the physical RAW module.
pub(crate) use self::raw_transaction::cursor::RawTransactionDecodedCursor;
/// Private RAW transaction cursor decoder consumed by the physical RAW module.
pub(crate) use self::raw_transaction::cursor::decode_raw_transaction_cursor;
/// Private RAW transaction cursor encoder consumed by the physical RAW module.

View File

@@ -1,5 +1,5 @@
// file: crates/ksp-store-postgres-lib/tests/hardening_completeness.rs
// version: 6
// version: 7
#![warn(missing_docs)]
#![deny(unreachable_pub)]
@@ -191,6 +191,7 @@ fn pre_009_backend_has_no_env_bypass_or_direct_store_trait_implementation() {
{}
{}
{}
{}
{}",
include_str!("../src/error.rs"),
include_str!("../src/health.rs"),