From 8180b30d3c89cc276526b7c8c68ed627b1b401c1 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 16 Jan 2026 20:29:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=B8=85=E7=90=86=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E9=80=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 bun 工具的最新版本配置 - 移除多余的结尾逗号 --- mise.toml | 1 + package.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 16fadc4..7925098 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,3 @@ [tools] rust = 'latest' +bun = "latest" diff --git a/package.json b/package.json index 6b55674..bf95b2b 100644 --- a/package.json +++ b/package.json @@ -12,4 +12,3 @@ "@tauri-apps/cli": "^2" } } -