2 Commits 71e3d3d2d1 ... bc95c5615d

Author SHA1 Message Date
  Matthias Beyer bc95c5615d Merge pull request #970 from matthiasbeyer/libimagstore/fs-abstraction-pub 6 years ago
  Matthias Beyer 1f26460b90 Make libimagstore::file_abstraction pub 6 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libimagstore/src/lib.rs

+ 1 - 1
libimagstore/src/lib.rs

@@ -54,6 +54,6 @@ pub mod storeid;
 pub mod error;
 pub mod store;
 mod configuration;
-mod file_abstraction;
+pub mod file_abstraction;
 pub mod toml_ext;