near / cargo-near

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

feat: Updated new project template with near-sdk-rs 5.1.0 #143

Closed frol closed 4 months ago

frol commented 4 months ago

I have tested it locally:

$ ./target/debug/cargo-near near new /tmp/new-test
$ cd /tmp/new-test
$ ./target/debug/cargo-near near build

It compiles just fine.