Commit 24012a7
committed
Increase minimum supported Rust version (MSRV) to 1.80.1
We currently require 1.80, but we also say that
> If a hotfix is released for the minimum supported Rust version (MSRV),
> the MSRV will be the minor version with all hotfixes
therefore we should requite 1.80.1 and thus allow dependencies that
require 1.80.1 (such as substrait)1 parent 2ac8af8 commit 24012a7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments