mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(lsd)[1]
proc-macro2 has revlock issues
This commit is contained in:
parent
46c2d06ffe
commit
849b379aa4
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ">=1.60"
|
rust-lang.org: ">=1.60"
|
||||||
rust-lang.org/cargo: "*"
|
rust-lang.org/cargo: "*"
|
||||||
script: cargo install --locked --path . --root {{prefix}}
|
script: cargo install --path . --root {{prefix}}
|
||||||
|
|
||||||
test: test "$(lsd --oneline)" = "xyz.tea.test.sh"
|
test: test "$(lsd --oneline)" = "xyz.tea.test.sh"
|
||||||
|
|
Loading…
Reference in a new issue