-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Updates near-cli-rs and cargo-near in the new project template…
… to latest versions (#168) `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)
- Loading branch information
1 parent
b9aa21b
commit 7723c08
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters