Would like to be able to specify the minimal (and max) version for a tool to install. Would enable the following ``` uses: taiki-e/install-action@v1 with: tool: cargo-llvm-cov@~0.5 ```