From e6b7c9c1dd709f23799c7f445c7ea1b7d44fd90e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 15:48:00 +0100 Subject: [PATCH] CompatHelper: bump compat for "Reexport" to "1.0" (#153) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: David Widmann --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4717f1af..1c3db5cb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Bijectors" uuid = "76274a88-744f-5084-9051-94815aaf08c4" -version = "0.8.9" +version = "0.8.10" [deps] ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" @@ -24,7 +24,7 @@ Distributions = "0.23.3, 0.24" MappedArrays = "0.2.2, 0.3" NNlib = "0.6, 0.7" NonlinearSolve = "0.3" -Reexport = "0.2" +Reexport = "0.2, 1" Requires = "0.5, 1" StatsFuns = "0.8, 0.9.3" julia = "1.3"