From c601f20a335ce214c8d060aa98c57cf8abb355d9 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 16 Jan 2026 20:53:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B8=85=E7=90=86=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=86=97=E4=BD=99=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除多余的结尾符号并清理 Cargo.toml 文件中的冗余内容 - 移除 bun 工具的最新版本配置 --- Cargo.toml | 1 - mise.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1528511..e2066d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,3 @@ tauri-plugin-shell = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["net"] } - diff --git a/mise.toml b/mise.toml index 7925098..16fadc4 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,2 @@ [tools] rust = 'latest' -bun = "latest"