chore: change MSRV to 1.77.2 to support Windows 7 (#1873)

* chore: change MSRV to 1.77.2 to support Windows 7

* fmt
This commit is contained in:
Lucas Fernandes Nogueira
2024-10-03 10:31:13 -03:00
committed by GitHub
parent dc49de5341
commit a1a82208ed
34 changed files with 86 additions and 52 deletions
@@ -5,7 +5,7 @@ description = "A Tauri App"
authors = ["You"]
repository = ""
edition = "2021"
rust-version = "1.78"
rust-version = "1.77.2"
[dependencies]
serde = { workspace = true }