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

Update MSRV to 1.70.0 #121

Open mooori opened 7 months ago

mooori commented 7 months ago

Currently we still need to support Rust 1.69.0 for some users of this library. Once they are fine with upgrading to 1.70.0, we should bump near-plugin’s MSRV.

Reason: Using near-workspaces with Rust 1.69.0 requires manually downgrading some dependencies, which is bad developer experience and requires maintenance. (See the conversation in #118).

Tasks: