Skip to content

Commit

Permalink
feat: re-export fusio::path::Path
Browse files Browse the repository at this point in the history
  • Loading branch information
ethe committed Dec 31, 2024
1 parent f60ba3f commit 6e90c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/option.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::fmt::{Debug, Formatter};

use fusio::path::Path;
pub use fusio::path::Path;
use fusio_dispatch::FsOptions;
use parquet::{
basic::Compression,
Expand Down

0 comments on commit 6e90c69

Please sign in to comment.