mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
4bfd421465
commit
157a11c2f8
1 changed files with 3 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
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
|
||||
|
||||
provides:
|
||||
|
@ -12,10 +12,9 @@ versions:
|
|||
build:
|
||||
working-directory: crates/dprint
|
||||
dependencies:
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org: '>=1.65<1.78'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
script: cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue