Anders429 / simfile

Apache License 2.0
0 stars 0 forks source link

Define MSRV #11

Closed Anders429 closed 2 years ago

Anders429 commented 2 years ago

A minimal supported Rust version needs to be defined for this library. It can be established when enough features are added that it can be reasonably evaluated.

Anders429 commented 2 years ago

When the MSRV is defined, it also needs to be tested in CI. It wasn't included in #1.

Anders429 commented 2 years ago

Note that MSRV will likely be at least 1.58.0, since that is the MSRV of msd, now a dependency of this library (once #41 is merged).