fix(crates): switch to stable in toolchain overrides; bump MSRV for tauri-plugin-mcp (#791)

This commit is contained in:
Makito
2025-12-11 00:02:54 +08:00
committed by GitHub
parent 59a9ac142a
commit 486e6c699c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",