From 4a5424eabea4af9794fd5d4299dba51cfa6da80c Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Mon, 11 May 2026 22:28:57 -0700 Subject: [PATCH] v0.18.20: bump version --- src/io/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/io/mod.rs b/src/io/mod.rs index c2a80f6..4d8f50d 100644 --- a/src/io/mod.rs +++ b/src/io/mod.rs @@ -27,5 +27,4 @@ pub(crate) use writeback_file::WritebackFile; // caller — the targeted `#[allow]` keeps the re-export visible without // dragging the rest of the module under `dead_code`. #[allow(unused_imports)] -pub use pipeline::WRITE_THROUGH_DEPTH; -pub use pipeline::{DEFAULT_PIPELINE_DEPTH, Flow, Pipeline, Sink}; +pub use pipeline::{DEFAULT_PIPELINE_DEPTH, Flow, Pipeline, READ_PIPELINE_DEPTH, Sink, WRITE_PIPELINE_DEPTH, WRITE_THROUGH_DEPTH};