Skip to content

Commit 13d01f7

Browse files
committed
release: v0.3.1
1 parent 9e2de89 commit 13d01f7

File tree

7 files changed

+15
-15
lines changed

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

Cargo.toml

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

1313
[workspace.dependencies]
14-
tlb = { path = "./crates/tlb", version = "0.3.0" }
15-
tlbits = { path = "./crates/bits", version = "0.3.0" }
16-
tlb-ton = { path = "./crates/tlb-ton", version = "0.3.0" }
17-
ton-contracts = { path = "./crates/contracts", version = "0.3.0" }
18-
toner = { path = "./crates/toner", version = "0.3.0" }
14+
tlb = { path = "./crates/tlb", version = "0.3.1" }
15+
tlbits = { path = "./crates/bits", version = "0.3.1" }
16+
tlb-ton = { path = "./crates/tlb-ton", version = "0.3.1" }
17+
ton-contracts = { path = "./crates/contracts", version = "0.3.1" }
18+
toner = { path = "./crates/toner", version = "0.3.1" }
1919

2020
anyhow = "1"
2121
base64 = "0.21"

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.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
repository.workspace = true
66
license-file.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.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
repository.workspace = true
66
license-file.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.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
repository.workspace = true
66
license-file.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.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
repository.workspace = true
66
license-file.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.3.0"
3+
version = "0.3.1"
44
edition.workspace = true
55
repository.workspace = true
66
license-file.workspace = true

0 commit comments

Comments
 (0)