Skip to content

Commit

Permalink
contrib: rust: update to 1.65.0
Browse files Browse the repository at this point in the history
It seems like we need to skip the _Unwind_Resume patch for win64.
  • Loading branch information
tmatth committed Nov 8, 2022
1 parent 41ec80a commit cb4464d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/src/cargo/rules.mak
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cargo/cargo-c installation via rustup

RUST_VERSION=1.64.0
RUST_VERSION=1.65.0
CARGOC_VERSION=0.9.13
RUSTUP_VERSION=1.25.1
RUSTUP_URL=$(GITHUB)/rust-lang/rustup/archive/$(RUSTUP_VERSION).tar.gz
Expand Down
2 changes: 2 additions & 0 deletions contrib/src/rav1e/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ RAV1E_FEATURES=--features=asm
rav1e: rav1e-$(RAV1E_VERSION).tar.gz .sum-rav1e .rav1e-vendor
$(UNPACK)
ifdef HAVE_WIN32
ifndef HAVE_WIN64
$(APPLY) $(SRC)/rav1e/unwind-resume-stub.patch
endif
endif
$(CARGO_VENDOR_SETUP)
$(MOVE)
Expand Down

0 comments on commit cb4464d

Please sign in to comment.