Skip to content

Commit

Permalink
Merge pull request #10 from ston-fi/upstream-2024.01
Browse files Browse the repository at this point in the history
Bump ton monorepo to v2024.01
  • Loading branch information
ruslanracheev authored Feb 9, 2024
2 parents 98e7b17 + be6afc7 commit 327314a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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"
version = "2024.1.0"
edition = "2021"
description = "Rust bindings for tonlibjson library"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 STON.fi
Copyright (c) 2024 STON.fi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use this library in your Rust application, add the following to your Cargo.to

```toml
[dependencies]
tonlib-sys = "2023.11"
tonlib-sys = "2024.1"
```

Then, in your Rust code, you can import the library with:
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 327314a

Please sign in to comment.