Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mitinarseny committed Jun 16, 2024
1 parent 64a0e89 commit 0bce19c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 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.21" }
tlbits = { path = "./crates/bits", version = "0.2.21" }
tlb-ton = { path = "./crates/tlb-ton", version = "0.2.21" }
ton-contracts = { path = "./crates/contracts", version = "0.2.21" }
toner = { path = "./crates/toner", version = "0.2.21" }
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" }

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.21"
version = "0.2.22"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion 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.21"
version = "0.2.22"
edition.workspace = true
repository.workspace = true
license-file.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.21"
version = "0.2.22"
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.21"
version = "0.2.22"
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.21"
version = "0.2.22"
edition.workspace = true
repository.workspace = true
license-file.workspace = true
Expand Down

0 comments on commit 0bce19c

Please sign in to comment.