Skip to content

0.4.1 - 2023-10-19

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 14:15
· 71 commits to main since this release
3037df3

Release Notes

Added

  • New command - deploy (#113)
  • New command - create-dev-account (#108)

Fixed

  • cargo near build now works on Windows (#110)

Other

  • remove #[ignore] from parts of test suite, using near-workspaces (#111)

Install cargo-near 0.4.1

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.4.1/cargo-near-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install [email protected]

Download cargo-near 0.4.1

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