Commit aed7f22
committed
Mark Rust v1.88 as the lowest supported version
Pretty crazy that it just came out 3 days ago, because I am in fact
using a piece of syntax that does not compile with Rust v1.87: a `if
let` alongside an `if` statement.
if !opts.raw && let Some(grep) = &opts.grep
This is "unstable" in previous versions of Rust and will not compile, so
we _must_ use Rust v1.88.
[1]: rust-lang/rust#1328331 parent 93cbca1 commit aed7f22
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments