From 486e6c699c2f1b8a820cfdea110b180f340c0c3f Mon Sep 17 00:00:00 2001 From: Makito Date: Thu, 11 Dec 2025 01:02:54 +0900 Subject: [PATCH] fix(crates): switch to stable in toolchain overrides; bump MSRV for tauri-plugin-mcp (#791) --- crates/tauri-plugin-mcp/Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tauri-plugin-mcp/Cargo.toml b/crates/tauri-plugin-mcp/Cargo.toml index 2c26ab6ed..e3cc0869b 100644 --- a/crates/tauri-plugin-mcp/Cargo.toml +++ b/crates/tauri-plugin-mcp/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "LemonNekoGH " ] license = "MIT" repository = "https://github.com/moeru-ai/airi" edition = "2021" -rust-version = "1.77.2" +rust-version = "1.89.0" links = "tauri-plugin-mcp" [lib] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 0b0a52e52..28558c7e5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,7 +1,7 @@ # https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file [toolchain] -channel = "nightly-2025-05-25" +channel = "1.89.0" # https://rust-lang.github.io/rustup/concepts/components.html components = [ "rustc",