Skip to content

Commit

Permalink
Upstream 0.22.2 (#125)
Browse files Browse the repository at this point in the history
* bump tonlib-sys
  • Loading branch information
dbaranovstonfi authored Dec 10, 2024
1 parent 4fe1795 commit 9a75e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@
* Iml #be-1761: fix memory leak in emulator
### v0.22.1
* added From<TonHash> for [u8; TON_HASH_LEN]
### v0.22.2
* Bump tonlib-sys
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resolver = "2"


[workspace.package]
version = "0.22.1"
version = "0.22.2"
edition = "2021"
description = "Rust SDK for The Open Network"
license = "MIT"
Expand Down Expand Up @@ -50,7 +50,7 @@ tokio-retry = "0.3"
tokio-test = "0.4"
ton_liteapi = "0.1.0"
adnl = "2.0"
tonlib-sys = "=2024.10.2"
tonlib-sys = "=2024.10.3"
tokio-tower = "0.6.0"
tower = "0.5.1"
libc = "0.2"
Expand Down

0 comments on commit 9a75e45

Please sign in to comment.