Skip to content

Commit 2722796

Browse files
committed
Revert Deno 1.10.1 update due to this bug - denoland/deno#10649
1 parent 5719536 commit 2722796

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ compile rust_target target:
6969
if [ "{{rust_target}}" == "aarch64-unknown-linux-gnu" ]; then
7070
docker run --rm --platform linux/arm64 -v {{build_dir}}:{{build_dir}} lukechannings/deno compile {{deno_compile_options}} --output {{build_dir}}/{{target}}/moviematch {{build_dir}}/moviematch.js
7171
else
72-
deno compile {{deno_compile_options}} --lite --target {{rust_target}} --output {{build_dir}}/{{target}}/moviematch {{build_dir}}/moviematch.js
72+
deno compile {{deno_compile_options}} --target {{rust_target}} --output {{build_dir}}/{{target}}/moviematch {{build_dir}}/moviematch.js
7373
fi
7474
7575
test:

RELEASE_NOTES.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
- [Bugfix] error messages for Login / Join / CreateRoom are now shown to the user
88
- [Bugfix] Boolean filters now work as expected
99
- [Bugfix] `requirePlexTvLogin` config option now works as expected
10-
- Upgrade Deno to 1.10.1
1110

1211
## v2.0.0-beta.1
1312

0 commit comments

Comments
 (0)