From bbe90c33fef78fcbadb007af27dd771ab3e6ea5f Mon Sep 17 00:00:00 2001 From: lnxcz Date: Tue, 17 May 2022 16:23:38 +0200 Subject: [PATCH] change compiler 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 9863625..b4cf48e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Fast text editor" authors = ["lynx"] license = "MIT" -rust-version = "1.61.0" +rust-version = "1.60.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html