Skip to content

Commit f3aa689

Browse files
committed
release: 0.6.4
1 parent d1d024e commit f3aa689

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ categories = ["encoding"]
1212
license-file = "LICENSE.txt"
1313

1414
[workspace.dependencies]
15-
tlbits = { path = "./crates/bits", version = "0.6.3" }
16-
tlb = { path = "./crates/tlb", version = "0.6.3" }
17-
tlb-ton = { path = "./crates/tlb-ton", version = "0.6.3" }
18-
ton-contracts = { path = "./crates/contracts", version = "0.6.3" }
19-
toner = { path = "./crates/toner", version = "0.6.3" }
15+
tlbits = { path = "./crates/bits", version = "0.6.4" }
16+
tlb = { path = "./crates/tlb", version = "0.6.4" }
17+
tlb-ton = { path = "./crates/tlb-ton", version = "0.6.4" }
18+
ton-contracts = { path = "./crates/contracts", version = "0.6.4" }
19+
toner = { path = "./crates/toner", version = "0.6.4" }
2020

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

crates/bits/Cargo.toml

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

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.6.3"
3+
version = "0.6.4"
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.6.3"
3+
version = "0.6.4"
44
edition.workspace = true
55
rust-version.workspace = true
66
repository.workspace = true

crates/tlb/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"
3-
version = "0.6.3"
3+
version = "0.6.4"
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.6.3"
3+
version = "0.6.4"
44
edition.workspace = true
55
rust-version.workspace = true
66
repository.workspace = true

0 commit comments

Comments
 (0)