Skip to content

Commit aed7f22

Browse files
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#132833
1 parent 93cbca1 commit aed7f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "usaidwat"
33
version = "2.0.0-alpha.3"
44
edition = "2024"
5+
rust-version = "1.88"
56

67
[dependencies]
78
chrono = { version = "0.4.41", features = ["serde"] }

0 commit comments

Comments
 (0)