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 b80902172 bump arrow-flight msrv to 1.71.1 (#6437)
b80902172 is described below
commit b80902172f7ce23719d45892f3dd8dec592be4bb
Author: gstvg <[email protected]>
AuthorDate: Mon Sep 23 11:57:00 2024 -0300
bump arrow-flight msrv to 1.71.1 (#6437)
---
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 be0b1dccc..64bf2041e 100644
--- a/arrow-flight/Cargo.toml
+++ b/arrow-flight/Cargo.toml
@@ -20,7 +20,7 @@ name = "arrow-flight"
description = "Apache Arrow Flight"
version = { workspace = true }
edition = { workspace = true }
-rust-version = "1.70.0"
+rust-version = "1.71.1"
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }