chore: add rust-version field

This commit is contained in:
Jonas Kruckenberg
2023-01-06 17:01:21 +01:00
parent b9a06108d8
commit 5966b7d133
15 changed files with 30 additions and 15 deletions
+2 -1
View File
@@ -12,4 +12,5 @@ thiserror = "1"
[workspace.package]
edition = "2021"
authors = [ "Tauri Programme within The Commons Conservancy" ]
license = "Apache-2.0 OR MIT"
license = "Apache-2.0 OR MIT"
rust-version = "1.59"