Skip to content

Commit

Permalink
Merge branch 'master' into 1.3.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticLove1 committed Dec 8, 2020
2 parents 30ead98 + a49e265 commit 92c0ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ The resulting binaries are placed to `bin` folder in the gz-compressed format.

Note that the build script generates binaries compatible with the platform used to run the script. For example, if you run it on Mac OS, you get binaries targeted at Darwin (macOS) platform.

**Note**: You need latest version of rust. Upgrade it with `rustup update` command. Check version with `rustc --version`, it should be above or equal to `1.47.0`.

# Download precompiled binaries

Instead of building library yourself, you can download the __latest__ precompiled binaries from
Expand Down
2 changes: 1 addition & 1 deletion ton_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build = "build.rs"

[lib]
name = "ton_client"
crate-type = ["cdylib", "rlib"]
crate-type = ["cdylib", "rlib", "staticlib"]

[build-dependencies]
serde = "1.0.117"
Expand Down

0 comments on commit 92c0ccf

Please sign in to comment.