From b7438bc9980bfa34ee7c89e815919754d3661839 Mon Sep 17 00:00:00 2001 From: Tlntin <371043382@qq.com> Date: Fri, 13 Jan 2023 12:30:48 +0800 Subject: [PATCH] update the minimum version for rust from rust 1.61 to rust 1.63 --- 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 ccc7e9f..fb38ca5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -7,7 +7,7 @@ license = "" repository = "" default-run = "app" edition = "2021" -rust-version = "1.61.0" +rust-version = "1.63.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html