Add either v1.15.0 to binstalk-registry

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2025-06-03 00:51:45 +10:00 committed by GitHub
parent e8c9cc3599
commit c83aa46c3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,6 +19,7 @@ binstalk-downloader = { version = "0.13.19", path = "../binstalk-downloader", de
binstalk-types = { version = "0.9.4", path = "../binstalk-types" } binstalk-types = { version = "0.9.4", path = "../binstalk-types" }
cargo-toml-workspace = { version = "7.0.6", path = "../cargo-toml-workspace" } cargo-toml-workspace = { version = "7.0.6", path = "../cargo-toml-workspace" }
compact_str = { version = "0.9.0", features = ["serde"] } compact_str = { version = "0.9.0", features = ["serde"] }
either = "1.15.0"
leon = "3.0.0" leon = "3.0.0"
miette = "7.0.0" miette = "7.0.0"
normalize-path = { version = "0.2.1", path = "../normalize-path" } normalize-path = { version = "0.2.1", path = "../normalize-path" }