diff --git a/Cargo.toml b/Cargo.toml index 41ae9082..48a6a386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,5 @@ thiserror = "1" [workspace.package] edition = "2021" authors = [ "Tauri Programme within The Commons Conservancy" ] -license = "Apache-2.0 OR MIT" \ No newline at end of file +license = "Apache-2.0 OR MIT" +rust-version = "1.59" \ No newline at end of file diff --git a/plugins/authenticator/Cargo.toml b/plugins/authenticator/Cargo.toml index 73978f5f..af3d0851 100644 --- a/plugins/authenticator/Cargo.toml +++ b/plugins/authenticator/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-authenticator" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/autostart/Cargo.toml b/plugins/autostart/Cargo.toml index 3819ec10..b1a65e19 100644 --- a/plugins/autostart/Cargo.toml +++ b/plugins/autostart/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-autostart" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/fs-extra/Cargo.toml b/plugins/fs-extra/Cargo.toml index 63d5a13e..ae1c513c 100644 --- a/plugins/fs-extra/Cargo.toml +++ b/plugins/fs-extra/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-fs-extra" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/fs-watch/Cargo.toml b/plugins/fs-watch/Cargo.toml index 0eb232a4..4c943208 100644 --- a/plugins/fs-watch/Cargo.toml +++ b/plugins/fs-watch/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-fs-watch" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/localhost/Cargo.toml b/plugins/localhost/Cargo.toml index 5c20919d..416483b8 100644 --- a/plugins/localhost/Cargo.toml +++ b/plugins/localhost/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-localhost" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/log/Cargo.toml b/plugins/log/Cargo.toml index 8d627dfe..40784b22 100644 --- a/plugins/log/Cargo.toml +++ b/plugins/log/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-log" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/persisted-scope/Cargo.toml b/plugins/persisted-scope/Cargo.toml index 58427d32..de3c9209 100644 --- a/plugins/persisted-scope/Cargo.toml +++ b/plugins/persisted-scope/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-persisted-scope" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/positioner/Cargo.toml b/plugins/positioner/Cargo.toml index 59a9cfef..97f9e5bd 100644 --- a/plugins/positioner/Cargo.toml +++ b/plugins/positioner/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-positioner" version = "0.2.7" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index cee4ba13..b86a945b 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-sql" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/store/Cargo.toml b/plugins/store/Cargo.toml index 4ea9924e..6ef15298 100644 --- a/plugins/store/Cargo.toml +++ b/plugins/store/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-store" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/stronghold/Cargo.toml b/plugins/stronghold/Cargo.toml index ba8f6c3f..63835077 100644 --- a/plugins/stronghold/Cargo.toml +++ b/plugins/stronghold/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-stronghold" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/upload/Cargo.toml b/plugins/upload/Cargo.toml index 9d427d15..2366e50f 100644 --- a/plugins/upload/Cargo.toml +++ b/plugins/upload/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-upload" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/websocket/Cargo.toml b/plugins/websocket/Cargo.toml index 1bea91f3..6acc0bbf 100644 --- a/plugins/websocket/Cargo.toml +++ b/plugins/websocket/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-websocket" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/plugins/window-state/Cargo.toml b/plugins/window-state/Cargo.toml index 001ac646..8593efcc 100644 --- a/plugins/window-state/Cargo.toml +++ b/plugins/window-state/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "tauri-plugin-window-state" version = "0.1.0" -edition.workspace = true authors.workspace = true license.workspace = true +edition.workspace = true +rust-version.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html