mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Use io::Error::downcast in 1.79 (#1754)
* Bump msrv of binstalk-downloader, binstalk and cargo-binstall to 1.79 * Update From<io::Error> for DownloadError to use io::Error::downcast * Update From<io::Error> for BinstallError * fix dmt
This commit is contained in:
parent
dfa230f039
commit
34cca9f415
5 changed files with 7 additions and 31 deletions
|
@ -4,7 +4,7 @@ description = "Binary installation for rust projects"
|
|||
repository = "https://github.com/cargo-bins/cargo-binstall"
|
||||
documentation = "https://docs.rs/cargo-binstall"
|
||||
version = "1.6.9"
|
||||
rust-version = "1.70.0"
|
||||
rust-version = "1.79.0"
|
||||
authors = ["ryan <ryan@kurte.nz>"]
|
||||
edition = "2021"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue