From 181efb2fb4a087c3e655e232c0f3694bf6c5a01f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 12:06:41 +0000 Subject: [PATCH] CompatHelper: bump compat for "Parquet" to "0.6" --- Project.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Project.toml b/Project.toml index 46018b2..4fceeb6 100644 --- a/Project.toml +++ b/Project.toml @@ -11,18 +11,18 @@ Parquet = "626c502c-15b0-58ad-a749-f091afb673ae" TableShowUtils = "5e66a065-1f0a-5976-b372-e0b8c017ca10" TableTraits = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c" -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - -[targets] -test = ["Test"] - [compat] DataValues = "^0.4.5" FileIO = "1" IterableTables = "0.9, 0.10, 0.11, 1" IteratorInterfaceExtensions = "^0.1.1, 1" -Parquet = "0.2, 0.3, 0.4" +Parquet = "0.2, 0.3, 0.4, 0.6" TableShowUtils = "0.2" TableTraits = "0.4, 1" julia = "1" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"]