Skip to content

0.14.2 - 2024-08-21

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 11:02
9e3613b

Release Notes

Added

  • Upgraded cargo-dist to 0.21.1 and enabled Linux ARM64 build (#397)
  • Prioritize searching an access key in the signer account subfolder (///*.json) in legacy keychain and then fallback to //.json instead of the other way around (#396)

Other

  • Fixed the one-liner curl installation command

Install near-cli-rs 0.14.2

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/near/near-cli-rs/releases/download/v0.14.2/near-cli-rs-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install near-cli-rs@0.14.2

Download near-cli-rs 0.14.2

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