spacemeshos / svm

SVM - Spacemesh Virtual Machine
https://spacemesh.io
MIT License
85 stars 14 forks source link

Use Rust 2021 edition (new feature resolver!) #418

Closed neysofu closed 2 years ago

neysofu commented 2 years ago

This is a follow-up PR to #417. Now that most Cargo feature conflicts are gone (only some work on static-alloc and dynamic-alloc is missing, but these two feature flags turned out to be the less problematic among all, so I've prioritized ffi and mock), we can use the 2021 Rust edition without issues.