From ffa2c2c8c77f5a9b59460a11def45c60d8ef06af Mon Sep 17 00:00:00 2001 From: Jiahao XU Date: Mon, 10 Jun 2024 15:47:18 +1000 Subject: [PATCH] Apply suggestions from code review --- Cargo.lock | 2 +- crates/binstalk-fetchers/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 828d35b6..747f6019 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,7 +350,7 @@ dependencies = [ [[package]] name = "binstalk-git-repo-api" -version = "0.1.0" +version = "0.0.0" dependencies = [ "binstalk-downloader", "compact_str", diff --git a/crates/binstalk-fetchers/Cargo.toml b/crates/binstalk-fetchers/Cargo.toml index f48f76f7..67816eae 100644 --- a/crates/binstalk-fetchers/Cargo.toml +++ b/crates/binstalk-fetchers/Cargo.toml @@ -13,7 +13,7 @@ license = "GPL-3.0-only" [dependencies] async-trait = "0.1.68" 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" } bytes = "1.4.0" compact_str = { version = "0.7.0" }