feat(tvix/castore): expose PathBuf too
Change-Id: I1538725766a73436eba9a92dcb4f3275ace2fa4e Reviewed-on: https://cl.tvl.fyi/c/depot/+/11573 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: Connor Brewster <cbrewster@hey.com>
This commit is contained in:
parent
f222325339
commit
ea7b334a62
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue