sxfreesky123

Results 2 issues of sxfreesky123

Cross.toml: [build] default-target = "x86_64-unknown-linux-gnu" [target.x86_64-unknown-linux-gnu] pre-build = [ "apt-get update && apt-get install -y libssl-dev" ] execute in windows cmd: cross run --target x86_64-unknown-linux-gnu ================== [cross] warning: using newer...

A-wsl2-host

![image](https://github.com/user-attachments/assets/b4feed56-0773-4164-be01-473a2b44346d) env: macos x86, cargo 1.79.0, cargo.toml: tonlib-core = { git="https://github.com/ston-fi/tonlib-rs.git", branch="main" } tonlib-client = { git="https://github.com/ston-fi/tonlib-rs.git", branch="main" } tonlib-sys = { version="2024.9" } testnet config: https://ton.org/testnet-global.config.json ` async fn...