Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates near-cli-rs and cargo-near to latest versions #168

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Updates near-cli-rs and cargo-near to latest versions #168

merged 1 commit into from
Jul 3, 2024

Conversation

elliotBraem
Copy link
Contributor

cargo near new creates a new contract from template with pre-populated git workflows.

It seems the versions of near-cli-rs and cargo-near are no longer compatible, getting error:

Error: 
   0: expected `schema_version` to be ~0.3, but got 0.4.0: consider upgrading near-abi to a newer version

This pull request updates these two packages to latest versions. I've validated a successful deploy after modified workflows here: NEARBuilders/gateway#457 (comment)

Copy link
Contributor

@frol frol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elliotBraem thank you for catching that!

@frol frol merged commit 7723c08 into near:main Jul 3, 2024
14 checks passed
@frol frol mentioned this pull request Jul 3, 2024
frol added a commit that referenced this pull request Jul 5, 2024
## 🤖 New release
* `cargo-near`: 0.6.2 -> 0.6.3

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.6.3](cargo-near-v0.6.2...cargo-near-v0.6.3)
- 2024-07-03

### Added
- Support passing feature flags to `cargo` invocation
([#160](#160))

### Fixed
- Also pass feature flags to ABI build step
([#161](#161))

### Other
- Updates near-cli-rs and cargo-near in the new project template to
latest versions ([#168](#168))
- Updated dependencies to the latest versions
([#167](#167))
- Updated "interactive_clap" to 0.2.10 (updated "flatten" parameter)
([#154](#154))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants