From ed6e2f8c30084841350b4113b910df523746e3c0 Mon Sep 17 00:00:00 2001 From: Diego Giagio Date: Thu, 11 Oct 2018 22:16:41 -0400 Subject: [PATCH] Add version to runner cache directory name --- warp-packer/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/warp-packer/src/main.rs b/warp-packer/src/main.rs index 7ae880b..d70e6d7 100644 --- a/warp-packer/src/main.rs +++ b/warp-packer/src/main.rs @@ -42,6 +42,7 @@ fn runners_dir() -> PathBuf { .expect("No data local dir found") .join("warp") .join("runners") + .join(VERSION) } fn runner_url(arch: &str) -> String {