From f3462c9745672639a3562d37fc9a21eee0f629b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 18:02:00 +0000 Subject: [PATCH] CompatHelper: bump compat for "CxxWrap" to "0.9" --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 31b2c16..fa71b06 100644 --- a/Project.toml +++ b/Project.toml @@ -16,13 +16,13 @@ Tensors = "48a634ad-e948-5137-8d70-aa71f2a747f4" [compat] BinaryProvider = "0.5.7" -CxxWrap = "= 0.8.1" +CxxWrap = "= 0.8.1, 0.9" FEMBase = "0.2.2" FEMMaterials = "0.1.0" Materials = "0.2.0" -julia = "1" Parameters = "0.12.0" Tensors = "1.2.0" +julia = "1" [extras] JuAFEM = "30d91d44-8115-11e8-1d28-c19a5ac16de8"