mirror of
https://github.com/mikkelam/fast-cli.git
synced 2025-12-19 05:14:05 +00:00
Fix: Update zli dependency to use URL and hash instead of path
This commit is contained in:
parent
b2c615fc7d
commit
e329b1fb77
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
||||||
.hash = "mvzr-0.3.2-ZSOky95lAQA00lXTN_g8JWoBuh8pw-jyzmCWAqlu1h8L",
|
.hash = "mvzr-0.3.2-ZSOky95lAQA00lXTN_g8JWoBuh8pw-jyzmCWAqlu1h8L",
|
||||||
},
|
},
|
||||||
.zli = .{
|
.zli = .{
|
||||||
.path = "../zli",
|
.url = "https://github.com/xcaeser/zli/archive/v4.1.0.tar.gz",
|
||||||
|
.hash = "zli-4.1.0-LeUjplXaAAB2lg0IQPEC9VrTlWThzPfrxXvoJNhGMJl9",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue