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

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


The following commit(s) were added to refs/heads/main by this push:
     new 668bff97ff Fix cargo build warning (#6831)
668bff97ff is described below

commit 668bff97ff96b69b53920476a3302712698fd916
Author: Liang-Chi Hsieh <[email protected]>
AuthorDate: Mon Jul 3 12:31:27 2023 -0700

    Fix cargo build warning (#6831)
---
 Cargo.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Cargo.toml b/Cargo.toml
index fac3f990fd..1e493f864c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,6 +33,7 @@ members = [
     "test-utils",
     "benchmarks",
 ]
+resolver = "2"
 
 [workspace.package]
 version = "27.0.0"

Reply via email to