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 00:07:21 UTC

[arrow-julia] branch jq-logging-extras-compat created (now e4bc04f)

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

quinnj pushed a change to branch jq-logging-extras-compat
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


      at e4bc04f  Bump compat for LoggingExtras for 1.0

This branch includes the following new commits:

     new e4bc04f  Bump compat for LoggingExtras for 1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow-julia] 01/01: Bump compat for LoggingExtras for 1.0

Posted by qu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e4bc04fdc4746db681fcdb86cf2d0a71db09f0c4
Author: Jacob Quinn <qu...@gmail.com>
AuthorDate: Thu Nov 17 17:07:05 2022 -0700

    Bump compat for LoggingExtras for 1.0
---
 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"