mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 07:14:40 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user