Skip to content

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitinarseny committed Aug 21, 2024
1 parent 275d300 commit 1c919d1
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 17 deletions.
11 changes: 5 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ categories = ["encoding"]
license-file = "LICENSE.txt"

[workspace.dependencies]
tlb = { path = "./crates/tlb", version = "0.2.22" }
tlbits = { path = "./crates/bits", version = "0.2.22" }
tlb-ton = { path = "./crates/tlb-ton", version = "0.2.22" }
ton-contracts = { path = "./crates/contracts", version = "0.2.22" }
toner = { path = "./crates/toner", version = "0.2.22" }
tlb = { path = "./crates/tlb", version = "0.3.0" }
tlbits = { path = "./crates/bits", version = "0.3.0" }
tlb-ton = { path = "./crates/tlb-ton", version = "0.3.0" }
ton-contracts = { path = "./crates/contracts", version = "0.3.0" }
toner = { path = "./crates/toner", version = "0.3.0" }

anyhow = "1"
base64 = "0.21"
Expand Down
2 changes: 1 addition & 1 deletion crates/bits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlbits"
version = "0.2.22"
version = "0.3.0"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
3 changes: 1 addition & 2 deletions crates/contracts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ton-contracts"
version = "0.2.22"
version = "0.3.0"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand All @@ -15,7 +15,6 @@ tlb-ton.workspace = true
anyhow.workspace = true
bitvec.workspace = true
chrono.workspace = true
impl-tools.workspace = true
lazy_static.workspace = true
num-bigint.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion crates/tlb-ton/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlb-ton"
version = "0.2.22"
version = "0.3.0"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/tlb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tlb"
version = "0.2.22"
version = "0.3.0"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/toner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "toner"
version = "0.2.22"
version = "0.3.0"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down

0 comments on commit 1c919d1

Please sign in to comment.