diff --git a/Cargo.toml b/Cargo.toml index bcfd643..a7c8727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tmp-postgrust" -version = "0.10.0" +version = "0.10.1" authors = ["John Children "] license = "MIT" edition = "2018" diff --git a/src/lib.rs b/src/lib.rs index db523ea..1e03f3b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -223,7 +223,7 @@ pub struct TmpPostgrustFactoryConfig { /// Disable fsync this will speed up unit tests in exchange for /// not guaranteeing that files will be written if postgresql /// crashes. - disable_fsync: bool, + pub disable_fsync: bool, } impl TmpPostgrustFactory {