From ea7b334a626a7b9235b858598560add6f5efe1c1 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 1 May 2024 20:25:04 +0300 Subject: feat(tvix/castore): expose PathBuf too Change-Id: I1538725766a73436eba9a92dcb4f3275ace2fa4e Reviewed-on: https://cl.tvl.fyi/c/depot/+/11573 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: Connor Brewster --- tvix/castore/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/castore/src/lib.rs') diff --git a/tvix/castore/src/lib.rs b/tvix/castore/src/lib.rs index 6f5e683b40..bdc533a8c5 100644 --- a/tvix/castore/src/lib.rs +++ b/tvix/castore/src/lib.rs @@ -10,7 +10,7 @@ pub mod fixtures; pub mod fs; mod path; -pub use path::Path; +pub use path::{Path, PathBuf}; pub mod import; pub mod proto; -- cgit 1.4.1