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:
committed by
GitHub
Unverified
parent
d9a5c11d6a
commit
1cf8e2384e
@@ -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