From e241b502da27dbb80fd1cd5e5f8d05ac39df3f06 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Wed, 29 Dec 2021 07:13:08 -0500 Subject: [PATCH] Revert "Workaround build failure: Pin quote to 1.0.10 (#1499)" This reverts commit 8d20f1487557e5df63d44b1390782200b1867497. --- ballista/rust/core/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index 16ec07acc98db..29e1ead0fec9d 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -43,9 +43,6 @@ 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" }