From b517cc7e858d0d45d6b0d67fddf5290ff2e7e2ca Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sat, 26 Sep 2026 15:33:39 -0300 Subject: [PATCH] fix: actually set rust-version to 1.90 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0964d4845..ab5202f4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ zbus = "5.9" edition = "2021" authors = ["Tauri Programme within The Commons Conservancy"] license = "Apache-2.0 OR MIT" -rust-version = "1.77.2" +rust-version = "1.90" repository = "https://github.com/tauri-apps/plugins-workspace" # default to small, optimized release binaries