From 6e1d213c93cb98f6adbd4e488ee94b5b9bfbd10b Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Wed, 25 May 2022 11:11:00 +0530 Subject: [PATCH] Set minimum rust version --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ca787f1..f50fda3 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" repository = "https://github.com/cinnyapp/cinny-desktop" default-run = "cinny" edition = "2021" -rust-version = "1.57" +rust-version = "1.61" [build-dependencies] tauri-build = { version = "1.0.0-rc.10", features = [] }