Near-One / near-plugins

Implementation of common patterns used for NEAR smart contracts.
Creative Commons Zero v1.0 Universal
27 stars 12 forks source link

build: stop pinning a toolchain version #131

Closed mooori closed 5 months ago

mooori commented 5 months ago

I think this repo should not set a channel for these reasons. Since by now users can be expected to have a default Rust toolchain >= 1.70 installed, it would also help to avoid issues like #130.

Communication related to the MSRV

Additional changes

Make CI install the toolchain to be used in tests right away by setting toolchain: <MSRV> in test.yml.