Skip to content

Commit

Permalink
Merge branch '92-bump-monorepo-to-2024-01' into 'main'
Browse files Browse the repository at this point in the history
bump monorepo to 2024.01

See merge request ston-fi/oss/tonlib-sys!15
  • Loading branch information
dbaranovstonfi committed Feb 9, 2024
2 parents 7c5cb8f + b205cdc commit 9cc7e8c
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.12.0-dev"
version = "2024.1.0-dev"
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.12",
"v2024.01",
])
.status()
.unwrap();
Expand Down

0 comments on commit 9cc7e8c

Please sign in to comment.