mirror of
https://github.com/moeru-ai/airi.git
synced 2026-08-14 08:52:42 +00:00
fix(crates): switch to stable in toolchain overrides; bump MSRV for tauri-plugin-mcp (#791)
This commit is contained in:
@@ -6,7 +6,7 @@ authors = [ "LemonNekoGH <self@lemonneko.moe>" ]
|
||||
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]
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user