From 9b1029db1d5a57b332f5712ad84bad112f198b5d Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Tue, 22 Nov 2022 00:28:58 +0000 Subject: [PATCH] CompatHelper: add new compat entry for Arrow at version 2, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 3a6caf8..dc53ec2 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" VegaLite = "112f6efa-9a02-5b7d-90c0-432ed331239a" [compat] +Arrow = "2" julia = "1.1" [extras]