Skip to content

0.7.0 - 2024-08-06

Compare
Choose a tag to compare
@frol frol released this 06 Aug 18:23
· 71 commits to main since this release
f1afe7b

Release Notes

Added

  • Added ability to use SourceScan (#134)

Fixed

  • Replacing atty unmaintained dependency (#194)

Other

  • update default docker images tags + digests (#191)

TLDR: shortcut to pre-docker release behaviour

If you want to run a pre-docker release build command, run

# equivalent to behaviour of `cargo near build` of version < 0.7.0 
cargo near build --no-docker --no-locked

instead of cargo near build.

Install cargo-near 0.7.0

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Install prebuilt binaries into your npm project

npm install [email protected]

Download cargo-near 0.7.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-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum