From b205cdc8636c923377ad99bc35722622f7e19f99 Mon Sep 17 00:00:00 2001 From: Dmitrii Baranov Date: Fri, 9 Feb 2024 11:22:33 +0000 Subject: [PATCH] bump monorepo to 2024.01 --- Cargo.toml | 2 +- build.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e93ecc..e09d6dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tonlib-sys" -version = "2023.12.0-dev" +version = "2024.1.0-dev" edition = "2021" description = "Rust bindings for tonlibjson library" license = "MIT" diff --git a/build.rs b/build.rs index 6b387dc..f1f2208 100644 --- a/build.rs +++ b/build.rs @@ -13,7 +13,7 @@ fn build() { "--recurse-submodules", "https://github.com/ton-blockchain/ton", "--branch", - "v2023.12", + "v2024.01", ]) .status() .unwrap();