From 97cfcac82fa7b4be5252b6fd2f78de2a653a57c4 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Mon, 9 Feb 2026 18:29:48 +0000 Subject: [PATCH] v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1a20e8..8c95b5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@git.zone/tsrust", - "version": "1.0.3", + "version": "1.1.0", "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",