From f7d39f1bcf1fff861e18affdba6c4f2c2e14083a Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Sun, 28 Jun 2020 03:10:44 -0700 Subject: [PATCH] Require SplittablesBase 0.1.8 To really fix `foreach(f, other arguments..., product(A, B))` (#113). --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index af178c5e..fba7fb51 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ ConstructionBase = "0.1.0, 1.0" InitialValues = "0.2" Referenceables = "0.1" Setfield = "0.3, 0.4, 0.5, 0.6" -SplittablesBase = "0.1.1" +SplittablesBase = "0.1.8" Transducers = "0.4.25" julia = "1"