Skip to content

Commit cdebac2

Browse files
committed
release: v0.14.4
1 parent 1bc2319 commit cdebac2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = ["TxPipe"]
1313
edition = "2021"
1414
license = "Apache-2.0"
1515
repository = "https://github.com/tx3-lang/tx3"
16-
version = "0.14.3"
16+
version = "0.14.4"
1717
keywords = ["blockchain", "cardano", "utxo", "dsl"]
1818
documentation = "https://docs.rs/tx3-lang"
1919
homepage = "https://github.com/tx3-lang/tx3"

crates/tx3-cardano/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pallas = { version = ">=1.0.0-alpha, <2.0.0" }
1717
# pallas = { version = ">=1.0.0-alpha, <2.0.0", path = "../../../../txpipe/pallas/pallas" }
1818
# pallas = { git = "https://github.com/txpipe/pallas.git" }
1919

20-
tx3-tir = { version = "0.14.3", path = "../tx3-tir" }
20+
tx3-tir = { version = "0.14.4", path = "../tx3-tir" }
2121

2222
hex = "0.4.3"
2323
thiserror = "2.0.11"

crates/tx3-lang/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trait-variant = { workspace = true }
1818
hex = { workspace = true }
1919
serde = { workspace = true }
2020

21-
tx3-tir = { version = "0.14.3", path = "../tx3-tir" }
21+
tx3-tir = { version = "0.14.4", path = "../tx3-tir" }
2222

2323
miette = { version = "7.4.0", features = ["fancy"] }
2424
pest = { version = "2.7.15", features = ["miette-error", "pretty-print"] }

crates/tx3-resolver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homepage.workspace = true
1313
readme.workspace = true
1414

1515
[dependencies]
16-
tx3-tir = { version = "0.14.3", path = "../tx3-tir" }
16+
tx3-tir = { version = "0.14.4", path = "../tx3-tir" }
1717

1818
thiserror = { workspace = true }
1919
trait-variant = { workspace = true }

0 commit comments

Comments
 (0)