Hacker News new | ask | show | jobs
by rascul 1409 days ago
Rust has a way to specify the minimum rustc version.

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

1 comments

Rust is so cool. In python's requirements.txt you can put something like:

tensorflow >=1.12,!=2.1.*