Kudos to the contributors who push Rust stack forward! With this effort we see a number of new releases! * [near-jsonrpc-client-rs 0.8.0 release](https://github.com/near/near-jsonrpc-client-rs/releases/tag/v0.8.0) that uses [the latest near-primitives v0.20](https://crates.io/crates/near-primitives) and other crates released from [nearcore](https://github.com/near/nearcore) itself! * [near-sdk-rs 5.0.0-alpha.2 release](https://github.com/near/near-sdk-rs/releases/tag/near-sdk-v5.0.0-alpha.2) * [near-abi-rs](https://github.com/near/near-abi-rs) 0.4.2 release * [near CLI (Rust)](https://near.cli.rs) 0.7.7 release * [bos CLI](https://bos.cli.rs) 0.3.11 release More releases coming to: * [near-workspaces-rs](https://github.com/near/near-workspaces-rs) * [cargo-near CLI](https://github.com/near/cargo-near) All these releases together are heading towards fully-integrated developer experience on NEAR! ``` cargo near new cargo test cargo near build cargo near deploy ``` Create a new contract, test it in a local sandbox, build an optimized and reproducible binary with built-in [ABI](https://github.com/near/abi), and deploy it! How awesome is that?