[chore](trx-rs): centralize version in workspace.package

Add [workspace.package] version = "0.1.0" to the root Cargo.toml and
switch all 21 member crates to version.workspace = true so the entire
workspace is versioned from a single place.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
2026-03-14 09:13:06 +01:00
parent f7d3a935ee
commit 1dec2c2663
22 changed files with 24 additions and 21 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
[package]
name = "trx-core"
version = "0.1.0"
version.workspace = true
edition = "2021"
[dependencies]