Skip to content

Commit

Permalink
Merge pull request #9 from ston-fi/upstream-v2023-12
Browse files Browse the repository at this point in the history
Bump ton monorepo version to v2023.12
  • Loading branch information
ruslanracheev authored Jan 17, 2024
2 parents d80c2cb + e4e85ad commit 98e7b17
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 = "2023.11.0"
version = "2023.12.0"
edition = "2021"
description = "Rust bindings for tonlibjson library"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fn build() {
"--recurse-submodules",
"https://github.com/ton-blockchain/ton",
"--branch",
"v2023.11",
"v2023.12",
])
.status()
.unwrap();
Expand Down

0 comments on commit 98e7b17

Please sign in to comment.