File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ license-file = "LICENSE.txt"
1414[workspace .dependencies ]
1515tlbits = { path = " ./crates/bits" , version = " 0.5.4" }
1616tlb = { 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
2121anyhow = " 1"
2222arbitrary = " 1.4"
Original file line number Diff line number Diff line change 11[package ]
22name = " ton-contracts"
3- version = " 0.5.5 "
3+ version = " 0.5.6 "
44edition.workspace = true
55rust-version.workspace = true
66repository.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " tlb-ton"
3- version = " 0.5.5 "
3+ version = " 0.5.6 "
44edition.workspace = true
55rust-version.workspace = true
66repository.workspace = true
Original file line number Diff line number Diff line change 11[package ]
22name = " toner"
3- version = " 0.5.5 "
3+ version = " 0.5.6 "
44edition.workspace = true
55rust-version.workspace = true
66repository.workspace = true
You can’t perform that action at this time.
0 commit comments