near / cargo-near

Cargo extension for building Rust smart contracts on NEAR
Apache License 2.0
33 stars 16 forks source link

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

Closed elliotBraem closed 2 months ago

elliotBraem commented 2 months ago

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: https://github.com/NEARBuilders/gateway/pull/457#issuecomment-2204429774