Update crates/binstalk/Cargo.toml

This commit is contained in:
Jiahao XU 2024-06-10 15:50:25 +10:00 committed by GitHub
parent ffa2c2c8c7
commit 16196567db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ license = "GPL-3.0-only"
[dependencies]
binstalk-bins = { version = "0.4.0", path = "../binstalk-bins" }
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-fetchers = { version = "0.4.1", path = "../binstalk-fetchers", features = [
"quickinstall",
] }