mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
3f0385cd41
commit
46540dc500
1 changed files with 7 additions and 3 deletions
|
@ -11,9 +11,13 @@ versions:
|
|||
|
||||
build:
|
||||
dependencies:
|
||||
rust-lang.org: ">=1.65"
|
||||
rust-lang.org/cargo: "*"
|
||||
script: cargo install --locked --path . --root {{prefix}}
|
||||
rust-lang.org: '>=1.65'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
# 0.0.4 got released without a version bump
|
||||
- run: sed -i -e 's/"0\.0\.3"/"{{version}}"/g' Cargo.toml src/main.rs
|
||||
if: '>=0.0.3'
|
||||
- cargo install --locked --path . --root {{prefix}}
|
||||
|
||||
test:
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue