From 2a78676d4148bd1e6259dfa6cd71dadf6b8242ba Mon Sep 17 00:00:00 2001 From: Gerhard Aigner Date: Fri, 10 Feb 2023 09:04:49 +0100 Subject: [PATCH] update relocatablefolders.jl dependency --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index a7e120e..d4d9dc0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Weave" uuid = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9" -version = "0.10.11" +version = "0.10.12" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -22,7 +22,7 @@ Highlights = "0.3.1, 0.4, 0.5" JSON = "0.21" Mustache = "0.4.1, 0.5, 1" Plots = "0.28, 0.29, 1.0" -RelocatableFolders = "0.1" +RelocatableFolders = "0.1,0.2,0.3,1" Requires = "1.0" YAML = "0.3, 0.4" julia = "1.2"