You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,11 @@ Optional features:
95
95
[apache avro]: https://avro.apache.org/
96
96
[apache parquet]: https://parquet.apache.org/
97
97
98
-
## Rust Version Compatibility
98
+
## Rust Version Compatibility Policy
99
99
100
-
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)
100
+
DataFusion's Minimum Required Stable Rust Version (MSRV) policy is to support
101
+
each stable Rust version for 6 months after it is
102
+
[released](https://github.com/rust-lang/rust/blob/master/RELEASES.md). This
103
+
generally translates to support for the most recent 3 to 4 stable Rust versions.
104
+
105
+
We enforce this policy using a [MSRV CI Check](https://github.com/search?q=repo%3Aapache%2Farrow-datafusion+rust-version+language%3ATOML+path%3A%2F%5ECargo.toml%2F&type=code)
0 commit comments