Update mozjs and use release libz-sys (#33048)

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-08-15 02:32:30 +02:00 committed by GitHub
parent 825d6f10e9
commit a6638c1952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 9 deletions

View file

@ -194,7 +194,3 @@ strip = true
#
# [patch."https://github.com/servo/<repository>"]
# <crate> = { path = "/path/to/local/checkout" }
# patch libz-sys for https://github.com/rust-lang/libz-sys/pull/199
# until released as 1.1.19 (also remove this in mozjs repo)
libz-sys = { git = "https://github.com/rust-lang/libz-sys.git", rev = "f76b7a24ed0a71ef1b8bdac1895e8535cb2cb9c0" }