mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(rav1e)
This commit is contained in:
parent
9585df362a
commit
b769383a64
|
@ -13,7 +13,8 @@ provides:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
rust-lang.org: ">=1.60"
|
# Build errors with 1.69.0
|
||||||
|
rust-lang.org: ">=1.60<1.69"
|
||||||
rust-lang.org/cargo: "*"
|
rust-lang.org/cargo: "*"
|
||||||
script: |
|
script: |
|
||||||
cargo install --locked --path . --root {{prefix}}
|
cargo install --locked --path . --root {{prefix}}
|
||||||
|
|
Loading…
Reference in a new issue