mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 16:16:37 +00:00
Apply suggestions from code review
This commit is contained in:
parent
c4f03a83e8
commit
ffa2c2c8c7
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -350,7 +350,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "binstalk-git-repo-api"
|
name = "binstalk-git-repo-api"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"binstalk-downloader",
|
"binstalk-downloader",
|
||||||
"compact_str",
|
"compact_str",
|
||||||
|
|
|
@ -13,7 +13,7 @@ license = "GPL-3.0-only"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
async-trait = "0.1.68"
|
async-trait = "0.1.68"
|
||||||
binstalk-downloader = { version = "0.10.3", path = "../binstalk-downloader", default-features = false }
|
binstalk-downloader = { version = "0.10.3", path = "../binstalk-downloader", default-features = false }
|
||||||
binstalk-git-repo-api = { version = "0.1.0", path = "../binstalk-git-repo-api" }
|
binstalk-git-repo-api = { version = "0.0.0", path = "../binstalk-git-repo-api" }
|
||||||
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
||||||
bytes = "1.4.0"
|
bytes = "1.4.0"
|
||||||
compact_str = { version = "0.7.0" }
|
compact_str = { version = "0.7.0" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue