Apply suggestions from code review

This commit is contained in:
Jiahao XU 2024-06-10 15:47:18 +10:00 committed by GitHub
parent c4f03a83e8
commit ffa2c2c8c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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" }