You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by qu...@apache.org on 2022/11/18 16:18:54 UTC

[arrow-julia] branch main updated: Bump compat for LoggingExtras for 1.0 (#362)

This is an automated email from the ASF dual-hosted git repository.

quinnj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new 6fefa07  Bump compat for LoggingExtras for 1.0 (#362)
6fefa07 is described below

commit 6fefa076bc990c743af8e7cf243087ebb1a4c70b
Author: Jacob Quinn <qu...@gmail.com>
AuthorDate: Fri Nov 18 09:18:48 2022 -0700

    Bump compat for LoggingExtras for 1.0 (#362)
---
 Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Project.toml b/Project.toml
index 70b598f..3f060c5 100644
--- a/Project.toml
+++ b/Project.toml
@@ -42,7 +42,7 @@ BitIntegers = "0.2"
 CodecLz4 = "0.4"
 CodecZstd = "0.7"
 DataAPI = "1"
-LoggingExtras = "0.4"
+LoggingExtras = "0.4, 1"
 FilePathsBase = "0.9"
 PooledArrays = "0.5, 1.0"
 SentinelArrays = "1"