From 7a80cc8a7aca16fb23642037b2fb9a16bf945d73 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 9 Feb 2026 13:28:31 +0000 Subject: [PATCH] v1.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc65ea7..f1a20e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tsrust", - "version": "1.0.2", + "version": "1.0.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",