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:01:27 UTC

[arrow-rs] branch master updated: Allow proc-macro2 dependency to be flexible (#1102)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3dca969  Allow proc-macro2 dependency to be flexible (#1102)
3dca969 is described below

commit 3dca96962dd68ef1879fc7a3d9916ea273da0890
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 cffd4ff..488f17a 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -42,7 +42,7 @@ futures = { version = "0.3", default-features = false, features = ["alloc"]}
 tonic-build = "0.6"
 # 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.30"
+proc-macro2 = ">1.0.30"
 
 #[lib]
 #name = "flight"