From e178fd8a73fb5bd7bfef80c4905ac8cef0383b6b Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 30 Apr 2026 12:54:09 +0000 Subject: [PATCH] v1.3.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a69a1ce..c18016b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tsrust", - "version": "1.3.2", + "version": "1.3.3", "private": false, "description": "A tool for compiling Rust projects, detecting Cargo workspaces, building with cargo, and placing binaries in a conventional dist_rust directory.", "main": "dist_ts/index.js",