Releases: near/cargo-near
Releases · near/cargo-near
0.16.2 - 2025-08-31
Release Notes
Other
- Added instructions for users on compiling the project on unsupported versions of Rust. (#357)
- update near-* dependencies to 0.31 release (#358)
- update
cargo near new
template image
and image_digest
(#355)
Install cargo-near 0.16.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.16.2/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.16.2/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install cargo-near@0.16.2
Download cargo-near 0.16.2
0.16.1 - 2025-07-08
Release Notes
Other
- Use re-exported
style
(indicatif) module from tracing_indicatif
(#352)
- Fixed linting errors - non-inlined formatting syntax (#354)
- command to deploy non-reproducible in template README file (#349)
- update
cargo near new
template image
and image_digest
(#347)
Install cargo-near 0.16.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.16.1/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.16.1/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install cargo-near@0.16.1
Download cargo-near 0.16.1
0.16.0 - 2025-05-19
Release Notes
Added
--variant <name>
flag (#339)
- add
Feature::TruncSat
and Feature::BulkMemory
to wasm_opt::OptimizationOptions
(#338)
Other
- Updated
near-cli
install in template workflows to 0.20.0; updated sign-with-plaintext-private-key
cli flag -> argument usage (#346)
- update
cargo near new
template image
and image_digest
(#345)
Install cargo-near 0.16.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.16.0/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.16.0/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install cargo-near@0.16.0
Download cargo-near 0.16.0
0.15.0 - 2025-05-16
Release Notes
Other
- updates near-* dependencies to 0.30 release (#341)
- use 1.86.0 toolchain for contracts tests with live node (#340)
cargo-near-build
crate badge + install cli in integration tests (for test_cargo_test_on_generated_project
) (#337)
- update
cargo near new
template image
and image_digest
(#335)
Install cargo-near 0.15.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.15.0/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.15.0/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install cargo-near@0.15.0
Download cargo-near 0.15.0
0.14.2 - 2025-05-03
Release Notes
Added
- [cargo_near_build::build_with_cli] method in
build_external
default feature (#333)
- [cargo_near_build::extended::build_with_cli] for build.rs of factories (#334)
Other
- update
cargo near new
template image
and image_digest
(#331)
Install cargo-near 0.14.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.14.2/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.14.2/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install cargo-near@0.14.2
Download cargo-near 0.14.2
0.14.1 - 2025-04-21
Release Notes
Fixed
- doc publish. Change reference to
latest
instead of specific version (#329)
Install cargo-near 0.14.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.14.1/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.14.1/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install cargo-near@0.14.1
Download cargo-near 0.14.1
0.14.0 - 2025-04-21
Release Notes
Added
- [breaking] pass in external nep330_wasm_output path from env as override (#328)
- populate
output_wasm_path
into ContractSourceMetadata
(#323)
Other
- update
cargo near new
template image
and image_digest
(#327)
Install cargo-near 0.14.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.14.0/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.14.0/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install cargo-near@0.14.0
Download cargo-near 0.14.0
0.13.6 - 2025-04-08
Release Notes
Added
- extract
near-verify-rs
dependency (#320)
Other
- update
cargo near new
template image
and image_digest
(#318)
Install cargo-near 0.13.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.13.6/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.13.6/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install cargo-near@0.13.6
Download cargo-near 0.13.6
0.13.5 - 2025-03-20
Release Notes
Other
- updates near-* dependencies to 0.29 release (#314)
- update
cargo near new
template image
and image_digest
: 0.13.4-rust-1.85.1 (#315)
- update
cargo near new
template image
and image_digest
(#310)
- update
cargo near new
template image
and image_digest
(#306)
- fix clippy 1.85 (#311)
Install cargo-near 0.13.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.13.5/cargo-near-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy ByPass -c "irm https://github.com/near/cargo-near/releases/download/cargo-near-v0.13.5/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install cargo-near@0.13.5
Download cargo-near 0.13.5