cargo-near
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -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.3"; | ||
const artifact_download_url = "https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.4"; | ||
@@ -17,0 +17,0 @@ const builder_glibc_major_version = 2; |
@@ -10,2 +10,7 @@ # Changelog | ||
## [0.6.4](https://github.com/near/cargo-near/compare/cargo-near-v0.6.3...cargo-near-v0.6.4) - 2024-07-22 | ||
### Other | ||
- Updated near-sdk and near-workspaces versions in the new project Cargo.toml.template ([#183](https://github.com/near/cargo-near/pull/183)) | ||
## [0.6.3](https://github.com/near/cargo-near/compare/cargo-near-v0.6.2...cargo-near-v0.6.3) - 2024-07-03 | ||
@@ -12,0 +17,0 @@ |
{ | ||
"name": "cargo-near", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"lockfileVersion": 3, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "cargo-near", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"license": "MIT OR Apache-2.0", | ||
@@ -12,0 +12,0 @@ "hasInstallScript": true, |
{ | ||
"name": "cargo-near", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"description": "Cargo extension for building Rust smart contracts on NEAR", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/near/cargo-near", |
39768