fix(deno)

closes #3190
This commit is contained in:
Jacob Heider 2023-09-01 18:56:06 +02:00 committed by GitHub
parent f473b3e901
commit d9c7b141f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ build:
mv target/release/deno "{{ prefix }}"/bin
dependencies:
git-scm.org: 2 # to build tinycc
rust-lang.org: ">=1<1.67||~1.68" #1.67.0 doesn't build
rust-lang.org: ^1.70
rust-lang.org/cargo: ^0.65
llvm.org: '>=13' # macOS/aarch64 requires this (FIXME only dep where needed)
curl.se: '*' # required to download v8 (python is another option)