cargo-near
Advanced tools
Comparing version 0.6.2 to 0.6.3
@@ -14,3 +14,3 @@ const { Binary } = require("binary-install"); | ||
const name = "cargo-near"; | ||
const artifact_download_url = "https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.2"; | ||
const artifact_download_url = "https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.3"; | ||
@@ -17,0 +17,0 @@ const builder_glibc_major_version = 2; |
@@ -10,2 +10,15 @@ # Changelog | ||
## [0.6.3](https://github.com/near/cargo-near/compare/cargo-near-v0.6.2...cargo-near-v0.6.3) - 2024-07-03 | ||
### Added | ||
- Support passing feature flags to `cargo` invocation ([#160](https://github.com/near/cargo-near/pull/160)) | ||
### Fixed | ||
- Also pass feature flags to ABI build step ([#161](https://github.com/near/cargo-near/pull/161)) | ||
### Other | ||
- Updates near-cli-rs and cargo-near in the new project template to latest versions ([#168](https://github.com/near/cargo-near/pull/168)) | ||
- Updated dependencies to the latest versions ([#167](https://github.com/near/cargo-near/pull/167)) | ||
- Updated "interactive_clap" to 0.2.10 (updated "flatten" parameter) ([#154](https://github.com/near/cargo-near/pull/154)) | ||
## [0.6.2](https://github.com/near/cargo-near/compare/cargo-near-v0.6.1...cargo-near-v0.6.2) - 2024-04-14 | ||
@@ -12,0 +25,0 @@ |
{ | ||
"name": "cargo-near", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"lockfileVersion": 3, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "cargo-near", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"license": "MIT OR Apache-2.0", | ||
@@ -12,0 +12,0 @@ "hasInstallScript": true, |
{ | ||
"name": "cargo-near", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "Cargo extension for building Rust smart contracts on NEAR", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/near/cargo-near", |
39509