fix(rav1e)

This commit is contained in:
Jacob Heider 2023-04-20 17:57:33 -04:00
parent 9585df362a
commit b769383a64
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -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}}