From aeef52b3c1941bdd878245e34ab0e2ab8a8550bd Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 7 Dec 2020 13:22:56 +0100 Subject: Fix: Source cache root can be a PathBuf in the configuration Signed-off-by: Matthias Beyer --- src/config/not_validated.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/not_validated.rs b/src/config/not_validated.rs index 6cf7148..5873410 100644 --- a/src/config/not_validated.rs +++ b/src/config/not_validated.rs @@ -40,7 +40,7 @@ pub struct NotValidatedConfiguration { #[serde(rename = "source_cache")] #[getset(get = "pub")] - source_cache_root: String, + source_cache_root: PathBuf, #[getset(get = "pub")] #[serde(rename = "database_host")] -- cgit v1.2.3