Set MSRV to 1.71

This commit is contained in:
Jeremy Soller 2024-01-29 09:47:17 -07:00
parent 44960f5d08
commit 583ba6c22d
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 56 additions and 55 deletions

View file

@ -2,6 +2,7 @@
name = "cosmic-files"
version = "0.1.0"
edition = "2021"
rust-version = "1.71"
[dependencies]
chrono = { version = "0.4", features = ["unstable-locales"] }