diff --git a/Cargo.toml b/Cargo.toml index 7a6fde9..6d5c69f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index fc060e7..a0103ec 100644 --- a/README.md +++ b/README.md @@ -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: