cargo-near
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -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.0"; | ||
const artifact_download_url = "https://github.com/near/cargo-near/releases/download/cargo-near-v0.6.1"; | ||
@@ -17,0 +17,0 @@ const builder_glibc_major_version = 2; |
@@ -10,2 +10,7 @@ # Changelog | ||
## [0.6.1](https://github.com/near/cargo-near/compare/cargo-near-v0.6.0...cargo-near-v0.6.1) - 2024-02-23 | ||
### Other | ||
- Updated near-sdk-rs to version 5.0.0 for the new projects ([#132](https://github.com/near/cargo-near/pull/132)) | ||
## [0.6.0](https://github.com/near/cargo-near/compare/cargo-near-v0.5.2...cargo-near-v0.6.0) - 2024-02-03 | ||
@@ -12,0 +17,0 @@ |
{ | ||
"name": "cargo-near", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"lockfileVersion": 3, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "cargo-near", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"license": "MIT OR Apache-2.0", | ||
@@ -12,0 +12,0 @@ "hasInstallScript": true, |
{ | ||
"name": "cargo-near", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Cargo extension for building Rust smart contracts on NEAR", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/near/cargo-near", |
38314