Skip to content

Commit

Permalink
bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaranov34 committed Jun 11, 2024
1 parent 62370a6 commit 202cc1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tonlib-sys"
version = "2024.4.0"
version = "2024.6.0"
edition = "2021"
description = "Rust bindings for tonlibjson library"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use this library in your Rust application, add the following to your Cargo.to

```toml
[dependencies]
tonlib-sys = "2024.3"
tonlib-sys = "2024.6"
```

Then, in your Rust code, you can import the library with:
Expand Down

0 comments on commit 202cc1e

Please sign in to comment.