fix: Cargo.toml dependencies option (#4805)

* chore: update cargo lock

* refactor: streamline dependency declarations in Cargo.toml

* refactor: reorder import statements and comment out Cargo.toml version update

* fix: enable Cargo version update in release script and update tauri-plugin-devtools dependency
This commit is contained in:
Tunglies
2025-09-20 15:15:24 +08:00
committed by GitHub
Unverified
parent d9a5c11d6a
commit 1cf8e2384e
3 changed files with 452 additions and 365 deletions

View File

@@ -29,10 +29,10 @@
* Errors are logged and the process exits with code 1 on failure.
*/
import { execSync } from "child_process";
import { program } from "commander";
import fs from "fs/promises";
import path from "path";
import { program } from "commander";
import { execSync } from "child_process";
/**
* 获取当前 git 短 commit hash