From 2e515abba73e04e2de035b64b8fd10f820f9954e Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Wed, 1 Feb 2023 10:28:36 +0100 Subject: [PATCH] fix: Bump MSRV to 1.64 (#119) Bumps the MSRV to 1.64 since that's the version that introduced the workspace inheritance we are using here. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc6c8ed9..94a7e79d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ thiserror = "1" edition = "2021" authors = [ "Tauri Programme within The Commons Conservancy" ] license = "Apache-2.0 OR MIT" -rust-version = "1.59" \ No newline at end of file +rust-version = "1.64"