Release Notes
Added
- Fixed GitHub CI staging workflow generated by
cargo near new
command to work correctly with docker case (#193)
- Extracted cargo-near-build into a standalone crate to be able to use it in near-workspaces and other places without the rest of the heavy dependencies of cargo-near (#198)
- Added tracking of
cargo near new
usage to collect statistics of the command usage (#192)
Fixed
- Addressed warnings in
cargo build -p cargo-near-build
cmd in releaze-plz flow (#212)
Other
- Updated near-* dependencies to 0.26 release (#220)
- Use "tracing" for logging and loading indicators (#216)
- update docker image and sdk version in
cargo near new
template (#218)
- [breaking] updates near-* packages to 0.25 version. Updates near-sdk to 5.4 (#215)
Install cargo-near 0.9.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/cargo-near/releases/download/cargo-near-v0.9.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.9.0/cargo-near-installer.ps1 | iex"
Install prebuilt binaries into your npm project
Download cargo-near 0.9.0