From 218a33d51e8fd292e01a8f0ca13750f6257ccc9c Mon Sep 17 00:00:00 2001 From: comphead Date: Tue, 30 Jan 2024 08:51:16 -0800 Subject: [PATCH 1/2] Document minimum required rust version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 232b252031d9a..4dbc9824479c6 100644 --- a/README.md +++ b/README.md @@ -94,4 +94,4 @@ Optional features: ## Rust Version Compatibility -This crate is tested with the latest stable version of Rust. We do not currently test against other, older versions of the Rust compiler. +Datafusion crate is tested with the [minimum required stable Rust version](https://github.com/search?q=repo%3Aapache%2Farrow-datafusion+rust-version+language%3ATOML+path%3A%2F%5ECargo.toml%2F&type=code) \ No newline at end of file From 1920b72ba6850a850adf825f0d41b6e3ac4a0fd0 Mon Sep 17 00:00:00 2001 From: comphead Date: Tue, 30 Jan 2024 12:35:48 -0800 Subject: [PATCH 2/2] prettier --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dbc9824479c6..4cbc5bb0ad50e 100644 --- a/README.md +++ b/README.md @@ -94,4 +94,4 @@ Optional features: ## Rust Version Compatibility -Datafusion crate is tested with the [minimum required stable Rust version](https://github.com/search?q=repo%3Aapache%2Farrow-datafusion+rust-version+language%3ATOML+path%3A%2F%5ECargo.toml%2F&type=code) \ No newline at end of file +Datafusion crate is tested with the [minimum required stable Rust version](https://github.com/search?q=repo%3Aapache%2Farrow-datafusion+rust-version+language%3ATOML+path%3A%2F%5ECargo.toml%2F&type=code)