You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/12/29 12:04:51 UTC

[arrow-rs] branch cherry_pick_3dca9696 created (now 3c5b28f)

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

alamb pushed a change to branch cherry_pick_3dca9696
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git.


      at 3c5b28f  Allow proc-macro2 dependency to be flexible (#1102)

This branch includes the following new commits:

     new 3c5b28f  Allow proc-macro2 dependency to be flexible (#1102)

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-rs] 01/01: Allow proc-macro2 dependency to be flexible (#1102)

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

alamb pushed a commit to branch cherry_pick_3dca9696
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit 3c5b28fe8c5b3e79beb8cce89511a6624ea867ff
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Wed Dec 29 07:01:22 2021 -0500

    Allow proc-macro2 dependency to be flexible (#1102)
---
 arrow-flight/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml
index f90dbc5..0fe6bf5 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -41,7 +41,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"]}
 tonic-build = "0.5"
 # Pin specific version of the tonic-build dependencies to avoid auto-generated
 # (and checked in) arrow.flight.protocol.rs from changing
-proc-macro2 = "=1.0.27"
+proc-macro2 = ">1.0.30"
 
 #[lib]
 #name = "flight"