mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
Reduce log version requirements back to 0.4.22 (#2020)
Since new versions are yanked Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
7bcb061e88
commit
9d375f9461
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ compact_str = "0.8.0"
|
|||
dirs = "5.0.1"
|
||||
file-format = { version = "0.26.0", default-features = false }
|
||||
home = "0.5.9"
|
||||
log = { version = "0.4.24", features = ["std"] }
|
||||
log = { version = "0.4.22", features = ["std"] }
|
||||
miette = "7.0.0"
|
||||
mimalloc = { version = "0.1.39", default-features = false, optional = true }
|
||||
once_cell = "1.18.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue