LukasKalbertodt / libtest-mimic

A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`
https://docs.rs/libtest-mimic
Apache License 2.0
95 stars 26 forks source link

Rename field rust to rust-version #16

Closed hellow554 closed 2 years ago

hellow554 commented 2 years ago

https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field

LukasKalbertodt commented 2 years ago

Wow, how did I screw that up?! Thanks for catching!