fix(build): remove --skiplibcheck from the build script

This commit is contained in:
2026-04-30 12:54:09 +00:00
parent 57bf6e1670
commit 90fdb3528c
4 changed files with 17 additions and 379 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsrust',
version: '1.3.2',
version: '1.3.3',
description: 'A tool for compiling Rust projects, detecting Cargo workspaces, building with cargo, and placing binaries in a conventional dist_rust directory.'
}