AstarNetwork / astar-frame

Core frame modules for Astar & Shiden network.
Other
58 stars 38 forks source link

rust-toolchain & CI usage #31

Closed Dinonard closed 2 years ago

Dinonard commented 2 years ago

Pull Request Summary

Added rust-toolchain to make it consistent with Astar repo.

Running rustup show will install the required compiler version as specified in the toolchain toml file. CI updated to use the same approach.

Main benefit is that we have comparable local & CI builds.

Check list