Skip to content

Commit 55aacf6

Browse files
authored
Document MSRV policy (#9681)
1 parent 3bf06d3 commit 55aacf6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,11 @@ Optional features:
9595
[apache avro]: https://avro.apache.org/
9696
[apache parquet]: https://parquet.apache.org/
9797

98-
## Rust Version Compatibility
98+
## Rust Version Compatibility Policy
9999

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

Comments
 (0)