Skip to content

Commit d1afac0

Browse files
committed
Fix Build & Versioning: Launch v1.0.4.6 - Cross-platform Rust fixes and synchronized version strings
1 parent c60a6d0 commit d1afac0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

build_logs.txt

114 KB
Binary file not shown.

runtime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "techscript"
3-
version = "1.0.4"
3+
version = "1.0.4.6"
44
edition = "2021"
55
authors = ["Tanmoy"]
66
description = "TechScript native runtime"
@@ -10,7 +10,7 @@ clap = { version = "4.4", features = ["derive"] }
1010
rustyline = "13.0"
1111
colored = "2.1"
1212

13-
[build-dependencies]
13+
[target.'cfg(windows)'.build-dependencies]
1414
winres = "0.1"
1515

1616
[profile.release]

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fi
6060

6161
# ---------- Detect Architecture & Version ----------
6262
ARCH="$(uname -m)"
63-
LATEST_VERSION="1.0.4.5"
63+
LATEST_VERSION="1.0.4.6"
6464
REPO="Tcode-Motion/techscript"
6565

6666
# ---------- Native Binary Check (Fastest) ----------

src/techscript/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""TechScript — A simple, friendly programming language."""
2-
__version__ = "1.0.4.5"
2+
__version__ = "1.0.4.6"

0 commit comments

Comments
 (0)