mersinvald / aquamarine

Inline diagrams for rustdoc with mermaid.js
MIT License
487 stars 25 forks source link

Include minimum rust version in the readme #14

Closed jmg-duarte closed 3 years ago

jmg-duarte commented 3 years ago

I was searching for the minimum compiler version for my typestate crate, which depends on aquamarine. I found aquamarine depends on matches! which was stabilized in 1.42, hence the addition.

mersinvald commented 3 years ago

Thanks, that's a good addition.

Do you think your crate would benefit from wider support of the earlier rustc versions?

jmg-duarte commented 3 years ago

I think that it has more benefits supporting aquamarine than not. Either way, I can provide a aquamarineless crate given that it is feature-gated.