parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
86 stars 51 forks source link

Set rust-version in Cargo.toml #473

Open Superhepper opened 10 months ago

Superhepper commented 10 months ago

In order to harder enforce MSRV it is possible to set "rust-version" in cargo.toml. This will create a compile time error if one tries to compile the library with a version that is lower then the specified version.