Skip to content

Commit 8590225

Browse files
committed
release: 0.5.6
1 parent 8820f00 commit 8590225

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ license-file = "LICENSE.txt"
1414
[workspace.dependencies]
1515
tlbits = { path = "./crates/bits", version = "0.5.4" }
1616
tlb = { path = "./crates/tlb", version = "0.5.4" }
17-
tlb-ton = { path = "./crates/tlb-ton", version = "0.5.5" }
18-
ton-contracts = { path = "./crates/contracts", version = "0.5.5" }
19-
toner = { path = "./crates/toner", version = "0.5.5" }
17+
tlb-ton = { path = "./crates/tlb-ton", version = "0.5.6" }
18+
ton-contracts = { path = "./crates/contracts", version = "0.5.6" }
19+
toner = { path = "./crates/toner", version = "0.5.6" }
2020

2121
anyhow = "1"
2222
arbitrary = "1.4"

crates/contracts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ton-contracts"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
repository.workspace = true

crates/tlb-ton/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tlb-ton"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
repository.workspace = true

crates/toner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "toner"
3-
version = "0.5.5"
3+
version = "0.5.6"
44
edition.workspace = true
55
rust-version.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)