mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
4bfd421465
commit
157a11c2f8
|
@ -1,5 +1,5 @@
|
||||||
distributable:
|
distributable:
|
||||||
url: https://github.com/dprint/dprint/archive/refs/tags/{{ version }}.tar.gz
|
url: https://github.com/dprint/dprint/archive/refs/tags/{{ version.tag }}.tar.gz
|
||||||
strip-components: 1
|
strip-components: 1
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
|
@ -12,10 +12,9 @@ versions:
|
||||||
build:
|
build:
|
||||||
working-directory: crates/dprint
|
working-directory: crates/dprint
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: '>=1.65'
|
rust-lang.org: '>=1.65<1.78'
|
||||||
rust-lang.org/cargo: '*'
|
rust-lang.org/cargo: '*'
|
||||||
script:
|
script: cargo install --locked --path . --root {{prefix}}
|
||||||
cargo install --locked --path . --root {{prefix}}
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue