From 838b3a9feb01ff4c7345cd27bc5e2fc86e11e7f9 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Mar 2026 15:07:43 +0000 Subject: [PATCH] v1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 688d9a9..e7f1f1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tsrust", - "version": "1.3.0", + "version": "1.3.1", "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",