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

Compilation errors with Rust 1.69 #132

Open mooori opened 5 months ago

mooori commented 5 months ago

Some users of near-plugins still need to use Rust 1.69.0, which is why we cannot bump the MSRV yet.

In case you need to use Rust 1.69 you can execute scripts/fix-dependencies.sh to apply workarounds required for building with 1.69. For more details, see #128.