From 9f0bae023bcc523136d6ef71d143b7a9218405e2 Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 17 Jul 2026 12:29:03 +0300 Subject: [PATCH] up sys --- Cargo.toml | 2 +- build.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1524c0f..5100661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlib-sys" -version = "2026.5.1" +version = "2026.6.0" edition = "2021" description = "Rust bindings for tonlibjson library" license = "MIT" diff --git a/build.rs b/build.rs index 945baa9..3b3097f 100644 --- a/build.rs +++ b/build.rs @@ -12,7 +12,7 @@ use std::time::Duration; use std::{env, fs}; const TON_MONOREPO_URL: &str = "https://github.com/ton-blockchain/ton"; -const TON_MONOREPO_REVISION: &str = "v2026.05"; +const TON_MONOREPO_REVISION: &str = "v2026.06"; const TON_MONOREPO_DIR_ENV: &str = "TON_MONOREPO_DIR"; #[cfg(feature = "with_debug_info")]