about summary refs log tree commit diff
path: root/tvix
diff options
context:
space:
mode:
Diffstat (limited to 'tvix')
-rw-r--r--tvix/castore/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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;