From 1f26460b90019ed0dbbf276c72b308695ffda56a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 17 Jun 2017 12:43:13 +0200 Subject: [PATCH] Make libimagstore::file_abstraction pub --- libimagstore/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagstore/src/lib.rs b/libimagstore/src/lib.rs index 948865f4..2083ce72 100644 --- a/libimagstore/src/lib.rs +++ b/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;