Skip to content

Commit d72834b

Browse files
committed
Release 0.3.4
balius@0.3.4 balius-macros@0.3.4 balius-runtime@0.3.4 balius-sdk@0.3.4
1 parent 6aef661 commit d72834b

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
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.

balius-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "balius-macros"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55

66
description = "SDK for building Headless dApps on UTxO-based blockchains"

balius-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "balius-runtime"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55

66
description = "Runtime for run Headless dApps on UTxO-based blockchains"

balius-sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "balius-sdk"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55

66
description = "SDK for building Headless dApps on UTxO-based blockchains"
@@ -10,7 +10,7 @@ readme = "README.md"
1010

1111
[dependencies]
1212
utxorpc-spec = { version = "0.16.0", features = ["ledgers"], default-features = false }
13-
balius-macros = { version = "0.3.3", path = "../balius-macros" }
13+
balius-macros = { version = "0.3.4", path = "../balius-macros" }
1414
hex = "0.4.3"
1515
pallas-addresses = { version = "0.32.0" }
1616
pallas-codec = { version = "0.32.0" }

balius-sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ Add this to your `Cargo.toml`:
88

99
```toml
1010
[dependencies]
11-
balius-sdk = "0.3.3"
11+
balius-sdk = "0.3.4"
1212
```

balius/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "balius"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55

66
description = "CLI for building Headless dApps on UTxO-based blockchains"
@@ -14,7 +14,7 @@ keywords = ["blockchain", "dapp", "sdk", "utxo", "cardano"]
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
balius-runtime = { version = "0.3.3", path = "../balius-runtime" }
17+
balius-runtime = { version = "0.3.4", path = "../balius-runtime" }
1818
miette = { version = "7.2.0", features = ["fancy"] }
1919
tokio = { version = "1.41.0", features = ["rt-multi-thread", "signal"] }
2020
tokio-util = "0.7.12"

balius/src/bin/command/templates/cargo.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.1"
44
edition = "2021"
55

66
[dependencies]
7-
balius-sdk = "0.3.3"
7+
balius-sdk = "0.3.4"
88
serde = { version = "1.0.204", features = ["derive"] }
99

1010
[lib]

baliusd/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "baliusd"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
edition = "2021"
55
publish = false
66

@@ -14,7 +14,7 @@ exclude = [
1414
]
1515

1616
[dependencies]
17-
balius-runtime = { version = "0.3.3", path = "../balius-runtime" }
17+
balius-runtime = { version = "0.3.4", path = "../balius-runtime" }
1818
gasket = { version = "0.8.0", features = ["derive"] }
1919
miette = { version = "7.2.0", features = ["fancy"] }
2020
serde = { version = "1.0.213", features = ["derive"] }

0 commit comments

Comments
 (0)