Skip to content

0.10.0 - 2024-10-16

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 18:28
5af23c8

Release Notes

Added

  • [breaking] use wasm-opt -O (via wasm-opt-rs) as post-step of build (#231)
  • env flag for external parameters of docker build and regular build (#226)

Other

  • Use Posthog instead of Mixpanel to collect stats on new projects creation (#227)
  • Fix tracking usage (#225)

Install cargo-near 0.10.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.10.0/cargo-near-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.10.0/cargo-near-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install [email protected]

Download cargo-near 0.10.0

File Platform Checksum
cargo-near-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
cargo-near-x86_64-apple-darwin.tar.gz Intel macOS checksum
cargo-near-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
cargo-near-x86_64-pc-windows-msvc.msi x64 Windows checksum
cargo-near-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
cargo-near-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum