diff --git a/plugins/store/src/lib.rs b/plugins/store/src/lib.rs index 018f02029..f76752f8f 100644 --- a/plugins/store/src/lib.rs +++ b/plugins/store/src/lib.rs @@ -209,7 +209,7 @@ impl Default for Builder { } impl Builder { - fn new() -> Self { + pub fn new() -> Self { Self::default() }