Skip to content

Commit

Permalink
Workaround build failure: Pin quote to 1.0.10 (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Dec 29, 2021
1 parent a551505 commit 8d20f14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ballista/rust/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 8d20f14

Please sign in to comment.