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.
pull/121/head
Jonas Kruckenberg 2 years ago committed by GitHub
parent 61bdf04bc8
commit 2e515abba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save