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.
This commit is contained in:
Jonas Kruckenberg
2023-02-01 10:28:36 +01:00
committed by GitHub
parent 61bdf04bc8
commit 2e515abba7
+1 -1
View File
@@ -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"
rust-version = "1.64"