Fix clippy lint error in 1.78.0 (#1679)

* Bump msrv of binstalk-downloader to 1.70.0

* Fix trait bound in multiple places

for copy_file_to_mpsc

* Rm super-trait trait bounds for FusedStream

* Bump detect-targets msrv to 1.62.0

* Bump cargo-binstall msrv to 1.70.0
This commit is contained in:
Jiahao XU 2024-05-03 09:03:12 +10:00 committed by GitHub
parent aaaa2b1387
commit 6ef3b665f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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.4"
rust-version = "1.65.0"
rust-version = "1.70.0"
authors = ["ryan <ryan@kurte.nz>"]
edition = "2021"
license = "GPL-3.0-only"