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:12:51 UTC

[arrow-datafusion] branch master updated: Workaround build failure: Pin quote to 1.0.10 (#1499)

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-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d20f14  Workaround build failure: Pin quote to 1.0.10 (#1499)
8d20f14 is described below

commit 8d20f1487557e5df63d44b1390782200b1867497
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Wed Dec 29 07:12:46 2021 -0500

    Workaround build failure: Pin quote to 1.0.10 (#1499)
---
 ballista/rust/core/Cargo.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml
index 29e1ead..16ec07a 100644
--- a/ballista/rust/core/Cargo.toml
+++ b/ballista/rust/core/Cargo.toml
@@ -43,6 +43,9 @@ tonic = "0.5"
 uuid = { version = "0.8", features = ["v4"] }
 chrono = { version = "0.4", default-features = false }
 
+# workaround for https://github.com/apache/arrow-datafusion/issues/1498
+# should be able to remove when we update arrow-flight
+quote = "=1.0.10"
 arrow-flight = { version = "6.4.0"  }
 
 datafusion = { path = "../../../datafusion", version = "6.0.0" }